Skip to content

Commit 71a220d

Browse files
committed
fixup! try a second argument delimiter
1 parent 0b1d23c commit 71a220d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/node.js.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ jobs:
9797
run: npm run build
9898

9999
- name: Test
100-
run: npm run test:unit --headless -b edge -c ${{ matrix.CONFIGS.config }}
100+
run: npm run test:unit -- -- --headless -b edge -c ${{ matrix.CONFIGS.config }}
101101

102102
safari:
103103
runs-on: macos-latest

0 commit comments

Comments
 (0)