Install playwright deps
Test / test (push) Failing after 3m39s
Details
Test / test (push) Failing after 3m39s
Details
This commit is contained in:
parent
71d5706320
commit
16530e0505
|
|
@ -8,4 +8,4 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- env: NODE_OPTIONS=--max-old-space-size=8192
|
- env: NODE_OPTIONS=--max-old-space-size=8192
|
||||||
run: npm install && npm run test && npx playwright install && npx playwright test
|
run: npm install && npm run test && npx playwright install-deps && npx playwright install && npx playwright test
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue