From e6ebaa9bc56860c699ecb0022ad45f2842b0db4b Mon Sep 17 00:00:00 2001 From: Darvin Date: Tue, 17 Sep 2024 15:27:44 +1000 Subject: [PATCH] running tests only on chromium --- .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 c710148..5c38fe9 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -18,7 +18,7 @@ jobs: - name: Install Playwright Browsers run: npx playwright install --with-deps - name: Run Playwright tests - run: npx playwright test + run: npx playwright test --project chromium - uses: actions/upload-artifact@v4 if: ${{ !cancelled() }} with: