mirror of
https://github.com/jquery/jquery-ui.git
synced 2026-01-10 22:08:05 -05:00
Build: Fix tests on Edge
There was a typo in the test command for Edge on Windows - a double `--`. This worked with npm included with Node.js 22.17.1, but started failing with 22.18.0. Closes gh-2367
This commit is contained in:
committed by
GitHub
parent
a7ac081009
commit
beac2ea401
2
.github/workflows/node.js.yml
vendored
2
.github/workflows/node.js.yml
vendored
@@ -98,7 +98,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
|
||||
|
||||
Reference in New Issue
Block a user