Skip to content

Commit 42f7ee2

Browse files
committed
chore: remove unnecessary env vars
1 parent 616f63f commit 42f7ee2

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

Diff for: .github/workflows/test.yml

+2-5
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,5 @@
11
name: Test
22

3-
env:
4-
NODE_OPTIONS: --max-old-space-size=6144
5-
PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD: '1'
6-
VITEST_SEGFAULT_RETRY: 3
7-
83
on:
94
push:
105
branches: [main]
@@ -45,6 +40,8 @@ jobs:
4540

4641
- name: Install deps
4742
run: pnpm install
43+
env:
44+
PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD: 1
4845

4946
- name: Install Playwright
5047
run: pnpm playwright install chromium

0 commit comments

Comments
 (0)