mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-03-22 20:57:48 +01:00
Precompile assets before tests
This commit is contained in:
parent
5d2ad96f42
commit
49b0b6e1a2
1 changed files with 3 additions and 0 deletions
3
.github/workflows/retrospring.yml
vendored
3
.github/workflows/retrospring.yml
vendored
|
@ -67,6 +67,9 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
npm i -g yarn
|
npm i -g yarn
|
||||||
yarn install
|
yarn install
|
||||||
|
- name: Compile assets
|
||||||
|
run:
|
||||||
|
bundle exec rake assets:precompile
|
||||||
- name: Set up database
|
- name: Set up database
|
||||||
run: bundle exec rake db:setup
|
run: bundle exec rake db:setup
|
||||||
env:
|
env:
|
||||||
|
|
Loading…
Reference in a new issue