Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
fblupi committed Jun 4, 2024
1 parent 428516d commit 02d1f95
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,5 +52,7 @@ jobs:
run: |
npm install
bundle exec rake assets:precompile
- run: bundle exec rspec
- run: |
mkdir node_modules
bundle exec rspec
name: Run specs

0 comments on commit 02d1f95

Please sign in to comment.