We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 616f63f commit 42f7ee2Copy full SHA for 42f7ee2
.github/workflows/test.yml
@@ -1,10 +1,5 @@
1
name: Test
2
3
-env:
4
- NODE_OPTIONS: --max-old-space-size=6144
5
- PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD: '1'
6
- VITEST_SEGFAULT_RETRY: 3
7
-
8
on:
9
push:
10
branches: [main]
@@ -45,6 +40,8 @@ jobs:
45
40
46
41
- name: Install deps
47
42
run: pnpm install
43
+ env:
44
+ PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD: 1
48
49
- name: Install Playwright
50
run: pnpm playwright install chromium
0 commit comments