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 2dae425 commit bf9324bCopy full SHA for bf9324b
.github/workflows/ci.yml
@@ -55,4 +55,4 @@ jobs:
55
run: bin/rubocop
56
57
- name: Run tests
58
- run: bin/rails db:setup && bin/rails db:migrate && bin/rails test
+ run: ruby bin/rails db:setup && ruby bin/rails db:migrate && ruby bin/rails test
0 commit comments