Skip to content

Commit

Permalink
ci: update bash arguments to match linux runners default
Browse files Browse the repository at this point in the history
  • Loading branch information
consideRatio committed Jun 25, 2024
1 parent 2e1d700 commit 9488d09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
runs-on: ${{ matrix.os }}
defaults:
run:
shell: bash # windows default isn't bash
shell: bash --noprofile --norc -eo pipefail {0} # windows default isn't bash

strategy:
fail-fast: false
Expand Down

0 comments on commit 9488d09

Please sign in to comment.