Skip to content

Commit ce845fe

Browse files
committed
ci(e2e): fix Playwright install on GitHub Actions; create TMPDIR before install; use repo-local TMP/TMPDIR/TEMP and PLAYWRIGHT_BROWSERS_PATH; remove invalid pytest flag
1 parent 367a0dd commit ce845fe

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ jobs:
2929
env:
3030
PLAYWRIGHT_BROWSERS_PATH: ${{ github.workspace }}/dev/test-runs/pw-browsers
3131
TMPDIR: ${{ github.workspace }}/dev/test-runs/tmp
32+
TMP: ${{ github.workspace }}/dev/test-runs/tmp
33+
TEMP: ${{ github.workspace }}/dev/test-runs/tmp
3234
run: |
3335
npx playwright install chromium --with-deps
3436
- name: Run tests by tier

0 commit comments

Comments
 (0)