Skip to content

Commit 2a08a97

Browse files
authored
Update ci.yml
1 parent a3be955 commit 2a08a97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
bundler-cache: true
2020

2121
- name: Validate business spec
22-
run: bin/rails specs:validate
22+
run: bundle exec rake specs:validate
2323

2424
- name: Run tests
2525
run: bin/rails test

0 commit comments

Comments
 (0)