Skip to content

Commit 10f1e48

Browse files
fix syntax error
1 parent 4a32047 commit 10f1e48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr-verify.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,4 @@ jobs:
4444
run: bundle install
4545

4646
- name: Run tests
47-
run: bundle install rake test
47+
run: bundle exec rake test

0 commit comments

Comments
 (0)