We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e1d700 commit 9488d09Copy full SHA for 9488d09
.github/workflows/test.yaml
@@ -68,7 +68,7 @@ jobs:
68
runs-on: ${{ matrix.os }}
69
defaults:
70
run:
71
- shell: bash # windows default isn't bash
+ shell: bash --noprofile --norc -eo pipefail {0} # windows default isn't bash
72
73
strategy:
74
fail-fast: false
0 commit comments