From 441c08eaa566bcf55ad8014344da059e00f3b896 Mon Sep 17 00:00:00 2001 From: Eric Date: Fri, 19 Jul 2024 05:17:51 -0500 Subject: [PATCH] update github actions a bit --- .github/workflows/playwright.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index 467190b..7463c2c 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -14,11 +14,11 @@ jobs: with: node-version: lts/* - name: Install dependencies - run: npm ci + run: npm ci --legacy-peer-deps - name: Install Playwright Browsers run: npx playwright install --with-deps - name: Run Playwright tests - run: npx playwright test + run: npm run test - uses: actions/upload-artifact@v4 if: always() with: