Skip to content

Commit

Permalink
build assets for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jagthedrummer committed Oct 17, 2023
1 parent bbcbd4a commit 50724f8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/_run_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

# Add or replace test runners here
- name: Run Tests
id: run-tests
Expand Down

0 comments on commit 50724f8

Please sign in to comment.