From 16530e0505df26db057bb8583d2462ef414917b7 Mon Sep 17 00:00:00 2001 From: Jeff Date: Sat, 19 Oct 2024 12:29:44 -0400 Subject: [PATCH] Install playwright deps --- .gitea/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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