File tree Expand file tree Collapse file tree 2 files changed +2
-11
lines changed
Expand file tree Collapse file tree 2 files changed +2
-11
lines changed Original file line number Diff line number Diff line change 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 : |
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
Original file line number Diff line number Diff line change 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"
You can’t perform that action at this time.
0 commit comments