We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94ba1ca commit 02768e6Copy full SHA for 02768e6
1 file changed
.github/workflows/ci.yml
@@ -19,7 +19,7 @@ jobs:
19
bundler-cache: true
20
21
- name: Validate business spec
22
- run: bin/rails specs:validate
+ run: bundle exec rake specs:validate
23
24
- name: Run tests
25
run: bin/rails test
0 commit comments