Skip to content

Commit 9488d09

Browse files
committed
ci: update bash arguments to match linux runners default
Details about this is from actions/runner#241 (comment) and actions/runner#241 (comment).
1 parent 2e1d700 commit 9488d09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
runs-on: ${{ matrix.os }}
6969
defaults:
7070
run:
71-
shell: bash # windows default isn't bash
71+
shell: bash --noprofile --norc -eo pipefail {0} # windows default isn't bash
7272

7373
strategy:
7474
fail-fast: false

0 commit comments

Comments
 (0)