Try increasing node head space
Test / test (push) Failing after 1m43s Details

This commit is contained in:
Jeff 2024-10-19 12:18:39 -04:00
parent a475f7f4bf
commit 45ec236839
1 changed files with 2 additions and 1 deletions

View File

@ -7,4 +7,5 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: npm install && npm run test && npx playwright install && npx playwright test
- env: NODE_OPTIONS=--max-old-space-size=8192
run: npm install && npm run test && npx playwright install && npx playwright test