Skip to content

Commit

Permalink
build assets for system tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jagthedrummer committed Oct 17, 2023
1 parent 57a4827 commit a9656e7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/_run_super_scaffolding_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,10 @@ jobs:
- name: Set up database schema
run: bin/rails db:schema:load

- run: yarn install
- run: yarn build
- run: yarn build:css

# TODO: This might be a bad idea. Maybe we should just have spring in the Gemfile all the time.
- name: Allow adding of spring
run: bundle config unset deployment
Expand Down

0 comments on commit a9656e7

Please sign in to comment.