We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3be955 commit 2a08a97Copy full SHA for 2a08a97
.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