Skip to content

Commit

Permalink
rake uses project's version of rake
Browse files Browse the repository at this point in the history
  • Loading branch information
FireLemons committed Nov 6, 2023
1 parent 2d9329c commit 0669c13
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/rake-after_party.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,6 @@ jobs:
PGUSER: postgres
RAILS_ENV: test
run: |
rake db:create
rake db:schema:load
rake after_party:run
bundle exec rake db:create
bundle exec rake db:schema:load
bundle exec rake after_party:run

0 comments on commit 0669c13

Please sign in to comment.