Skip to content

Commit d567352

Browse files
authored
Update test-installers workflow to use "bash" (#6941)
1 parent aa52e82 commit d567352

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/test-installers.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@ name: Test Installers
33
permissions:
44
contents: read
55

6+
# Using "bash" everywhere to make "--" separation of arguments work predictively when invoking NPM script on Windows
7+
defaults:
8+
run:
9+
shell: bash
10+
611
on:
712
workflow_dispatch:
813
inputs:

0 commit comments

Comments
 (0)