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