Skip to content

Commit d848cdf

Browse files
committed
Trying Git bash config (DH-18428-4)
1 parent 9033983 commit d848cdf

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/e2e.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@ jobs:
2424
with:
2525
node-version-file: '.nvmrc'
2626
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
2731
- run: npm ci
2832
- name: Run end-to-end tests (Linux)
2933
if: runner.os == 'Linux'

0 commit comments

Comments
 (0)