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 authored Jan 15, 2025
1 parent 616f63f commit c444ce6
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 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 @@ -44,7 +39,7 @@ jobs:
cache: pnpm

- name: Install deps
run: pnpm install
run: PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD=true pnpm install

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

0 comments on commit c444ce6

Please sign in to comment.