Skip to content

Commit

Permalink
chore: remove unnecessary env vars
Browse files Browse the repository at this point in the history
  • Loading branch information
brc-dd committed Jan 15, 2025
1 parent 616f63f commit 42f7ee2
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
name: Test

env:
NODE_OPTIONS: --max-old-space-size=6144
PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD: '1'
VITEST_SEGFAULT_RETRY: 3

on:
push:
branches: [main]
Expand Down Expand Up @@ -45,6 +40,8 @@ jobs:

- name: Install deps
run: pnpm install
env:
PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD: 1

- name: Install Playwright
run: pnpm playwright install chromium
Expand Down

0 comments on commit 42f7ee2

Please sign in to comment.