Skip to content

Commit

Permalink
using env
Browse files Browse the repository at this point in the history
  • Loading branch information
imolorhe committed Nov 14, 2023
1 parent ab183ec commit 8c867de
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/pr-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,6 @@ jobs:
- name: Run headless e2e test
uses: GabrielBB/xvfb-action@v1
with:
run: NODE_OPTIONS="--max_old_space_size=4096" yarn playwright test --retries 2
run: yarn playwright test --retries 2
env:
NODE_OPTIONS: --max_old_space_size=4096

0 comments on commit 8c867de

Please sign in to comment.