Skip to content
This repository has been archived by the owner on Oct 12, 2023. It is now read-only.

Commit

Permalink
fix(ci): use default shell as bash
Browse files Browse the repository at this point in the history
  • Loading branch information
dhruvmanila committed Oct 29, 2022
1 parent 4cdcca3 commit d6d6fd3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ jobs:
- ubuntu-latest
- macos-latest
- windows-latest
defaults:
run:
shell: bash
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit d6d6fd3

Please sign in to comment.