diff --git a/.gitea/workflows/test.yaml b/.gitea/workflows/test.yaml index dd094df..eda9991 100644 --- a/.gitea/workflows/test.yaml +++ b/.gitea/workflows/test.yaml @@ -8,4 +8,4 @@ jobs: steps: - uses: actions/checkout@v4 - 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