Skip to content

Commit

Permalink
Explicitly use bash (for Windows)
Browse files Browse the repository at this point in the history
  • Loading branch information
avdv committed Apr 25, 2022
1 parent b8b1b6f commit 2b2bbad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- name: Run tests
run: bundle exec rake
- name: Run checks
run: test/run
run: bash test/run

publish:
needs: test
Expand Down

0 comments on commit 2b2bbad

Please # to comment.