mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 02:28:34 +01:00
chore: update electron@37.3.1 (#262877)
* chore: update electron@37.3.1
* chore: remove workaround for npm scripts argument parsing
Refs f99aa748c0
* chore: update node.js@22.18.0
* chore: bump distro
This commit is contained in:
8
.github/workflows/pr-win32-test.yml
vendored
8
.github/workflows/pr-win32-test.yml
vendored
@@ -121,7 +121,7 @@ jobs:
|
||||
run: |
|
||||
for ($i = 1; $i -le 3; $i++) {
|
||||
try {
|
||||
npm exec -- -- npm-run-all -lp "electron ${{ env.VSCODE_ARCH }}" "playwright-install"
|
||||
npm exec -- npm-run-all -lp "electron ${{ env.VSCODE_ARCH }}" "playwright-install"
|
||||
break
|
||||
}
|
||||
catch {
|
||||
@@ -230,19 +230,19 @@ jobs:
|
||||
if: ${{ inputs.electron_tests }}
|
||||
timeout-minutes: 20
|
||||
shell: pwsh
|
||||
run: npm run smoketest-no-compile -- -- --tracing
|
||||
run: npm run smoketest-no-compile -- --tracing
|
||||
|
||||
- name: 🧪 Run smoke tests (Browser, Chromium)
|
||||
if: ${{ inputs.browser_tests }}
|
||||
timeout-minutes: 20
|
||||
shell: pwsh
|
||||
run: npm run smoketest-no-compile -- -- --web --tracing --headless
|
||||
run: npm run smoketest-no-compile -- --web --tracing --headless
|
||||
|
||||
- name: 🧪 Run smoke tests (Remote)
|
||||
if: ${{ inputs.remote_tests }}
|
||||
timeout-minutes: 20
|
||||
shell: pwsh
|
||||
run: npm run smoketest-no-compile -- -- --remote --tracing
|
||||
run: npm run smoketest-no-compile -- --remote --tracing
|
||||
|
||||
- name: Diagnostics after smoke test run
|
||||
shell: pwsh
|
||||
|
||||
Reference in New Issue
Block a user