Fail CI if CSS wasn't built for any reason
This commit is contained in:
@@ -51,7 +51,9 @@ jobs:
|
|||||||
run: yarn install
|
run: yarn install
|
||||||
|
|
||||||
- name: Build CSS
|
- name: Build CSS
|
||||||
run: bundle exec rake css:build
|
run: |
|
||||||
|
bundle exec rake css:build
|
||||||
|
test -s app/assets/builds/application.css
|
||||||
|
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: bundle exec rspec
|
run: bundle exec rspec
|
||||||
|
|||||||
Reference in New Issue
Block a user