Skip to content

Commit bf9324b

Browse files
committed
Prefix binstub for Windows
1 parent 2dae425 commit bf9324b

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
@@ -55,4 +55,4 @@ jobs:
5555
run: bin/rubocop
5656

5757
- name: Run tests
58-
run: bin/rails db:setup && bin/rails db:migrate && bin/rails test
58+
run: ruby bin/rails db:setup && ruby bin/rails db:migrate && ruby bin/rails test

0 commit comments

Comments
 (0)