From ca90e41e9ff23584151f082d435d93c1dd9d911f Mon Sep 17 00:00:00 2001 From: Duncan Mackenzie Date: Sun, 26 May 2024 14:43:46 -0700 Subject: [PATCH] fixing my install step in playwright, maybe? --- .github/workflows/playwright.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index ea277fe8..b6e70306 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -20,7 +20,7 @@ jobs: - name: Install dependencies run: npm ci - name: Install Playwright Browsers - run: npx playwright install --with-deps chromium + run: npx playwright install --with-deps - name: Run Playwright tests run: npx playwright test minimum.spec.ts - uses: actions/upload-artifact@v4