We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b27271c commit 8c5e437Copy full SHA for 8c5e437
1 file changed
.github/workflows/rspec.yml
@@ -67,7 +67,7 @@ jobs:
67
POSTGRES_HOST_AUTH_METHOD: trust
68
POSTGRES_PORT: 5432
69
run: |
70
- bundle exec rake db:setup
+ bin/rails db:setup
71
72
- name: Run rspec
73
env:
0 commit comments