Skip to content
Prev Previous commit
Next Next commit
fixup! try a second argument delimiter
  • Loading branch information
timmywil committed Dec 31, 2024
commit 71a220dd38268ad72b75b4628386110f1abce754
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ jobs:
run: npm run build

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

safari:
runs-on: macos-latest
Expand Down