Revert "chore: update electron@37.3.1" (#263488)

Revert "chore: update electron@37.3.1 (#262877)"

This reverts commit ad0b5d23c1.
This commit is contained in:
Raymond Zhao
2025-08-26 16:04:57 -07:00
committed by GitHub
parent ffd2b4adc9
commit 80c270d20f
14 changed files with 124 additions and 116 deletions

View File

@@ -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