Skip to content

Commit

Permalink
Fix rake command
Browse files Browse the repository at this point in the history
  • Loading branch information
ThorntonMatthew committed Sep 27, 2023
1 parent 2c1c720 commit 67351b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
run: bundle exec rake spec

- name: Run security checks
run: bundle exec rake tests:security
run: bundle exec rake security

- name: Run linter
run: bundle exec rake rubocop

0 comments on commit 67351b5

Please sign in to comment.