Try increasing node head space
Test / test (push) Failing after 1m43s
Details
Test / test (push) Failing after 1m43s
Details
This commit is contained in:
parent
a475f7f4bf
commit
45ec236839
|
|
@ -7,4 +7,5 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- 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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue