Engineering - fix check for running browser smoke tests (#245460)

This commit is contained in:
Ladislau Szomoru
2025-04-03 15:13:36 +01:00
committed by GitHub
parent d1271e902d
commit ba845a02f6

View File

@@ -167,6 +167,7 @@ steps:
timeoutInMinutes: 20
displayName: Run smoke tests (Electron)
- ${{ if eq(parameters.VSCODE_RUN_BROWSER_TESTS, true) }}:
- script: npm run smoketest-no-compile -- --web --tracing --headless
timeoutInMinutes: 20
displayName: Run smoke tests (Browser, Chromium)
@@ -182,6 +183,7 @@ steps:
timeoutInMinutes: 20
displayName: Run smoke tests (Electron)
- ${{ if eq(parameters.VSCODE_RUN_BROWSER_TESTS, true) }}:
- script: npm run smoketest-no-compile -- --web --tracing --headless
env:
VSCODE_REMOTE_SERVER_PATH: $(agent.builddirectory)/vscode-server-linux-$(VSCODE_ARCH)-web