We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9033983 commit d848cdfCopy full SHA for d848cdf
.github/workflows/e2e.yml
@@ -24,6 +24,10 @@ jobs:
24
with:
25
node-version-file: '.nvmrc'
26
cache: 'npm'
27
+ - name: Configure npm to use Git Bash on Windows
28
+ if: runner.os == 'Windows'
29
+ run: npm config set shell "C:\\Program Files\\Git\\bin\\bash.exe"
30
+ shell: cmd # Run this command in cmd.exe to set npm config
31
- run: npm ci
32
- name: Run end-to-end tests (Linux)
33
if: runner.os == 'Linux'
0 commit comments