Skip to content

Commit

Permalink
Split test and prepare steps
Browse files Browse the repository at this point in the history
  • Loading branch information
tvdeyen committed Mar 31, 2023
1 parent 504e715 commit 25548d7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,7 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: 14
- name: Prepare tests
run: bundle exec rake test_setup
- name: Run tests
run: bundle exec rake
run: bundle exec rspec

0 comments on commit 25548d7

Please sign in to comment.