Skip to content

Commit f8f01fe

Browse files
committed
fix: disable playwright-electron workflow
Contributed on behalf of STMicroelectronics Signed-off-by: Olaf Lessenich <[email protected]>
1 parent 2f78ce1 commit f8f01fe

File tree

2 files changed

+2
-11
lines changed

2 files changed

+2
-11
lines changed

.github/workflows/playwright.yml

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -43,15 +43,6 @@ jobs:
4343
NODE_OPTIONS: --max_old_space_size=4096
4444
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # https://github.com/microsoft/vscode-ripgrep/issues/9
4545

46-
- name: Build Electron
47-
shell: bash
48-
run: |
49-
yarn --skip-integrity-check --network-timeout 100000
50-
yarn electron build
51-
env:
52-
NODE_OPTIONS: --max_old_space_size=4096
53-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # https://github.com/microsoft/vscode-ripgrep/issues/9
54-
5546
- name: Build Playwright
5647
shell: bash
5748
run: |
@@ -60,4 +51,4 @@ jobs:
6051
- name: Test (playwright)
6152
uses: GabrielBB/xvfb-action@v1
6253
with:
63-
run: yarn --cwd examples/playwright ui-tests-ci
54+
run: yarn --cwd examples/playwright ui-tests-ci

examples/playwright/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"playwright:install": "playwright install chromium",
2222
"ui-tests": "yarn build && playwright test --config=./configs/playwright.config.ts",
2323
"ui-tests-electron": "yarn build && USE_ELECTRON=true playwright test --config=./configs/playwright.config.ts",
24-
"ui-tests-ci": "yarn build && playwright test --config=./configs/playwright.ci.config.ts && USE_ELECTRON=true playwright test --config=./configs/playwright.ci.config.ts ",
24+
"ui-tests-ci": "yarn build && playwright test --config=./configs/playwright.ci.config.ts",
2525
"ui-tests-headful": "yarn build && playwright test --config=./configs/playwright.headful.config.ts",
2626
"ui-tests-report-generate": "allure generate ./allure-results --clean -o allure-results/allure-report",
2727
"ui-tests-report": "yarn ui-tests-report-generate && allure open allure-results/allure-report"

0 commit comments

Comments
 (0)