Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
isc committed Oct 19, 2023
1 parent 1bc6bc6 commit f1e9ff8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
- uses: actions/setup-node@v3
with:
bundler-cache: true
- uses: actions/setup-node@v3
- run: yarn install && bin/rake assets:precompile
- run: bundle exec rails db:setup && bundle exec rake

0 comments on commit f1e9ff8

Please sign in to comment.