mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-03-15 20:19:59 +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: |
|
||||
npm i -g yarn
|
||||
yarn install
|
||||
- name: Compile assets
|
||||
run:
|
||||
bundle exec rake assets:precompile
|
||||
- name: Set up database
|
||||
run: bundle exec rake db:setup
|
||||
env:
|
||||
|
|
Loading…
Reference in a new issue