From 8a9b7cc78720f7ebb4d541063d35c0d663e8738c Mon Sep 17 00:00:00 2001 From: Will Sheldon <114631109+wssheldon@users.noreply.github.com> Date: Wed, 20 Sep 2023 11:07:59 -0700 Subject: [PATCH] Do not run playwright with safar --- .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 b78e644a785d..4fe00fbcd6e2 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -58,7 +58,7 @@ jobs: - name: Setup sample database run: dispatch database restore --dump-file data/dispatch-sample-data.dump && dispatch database upgrade - name: Run tests - run: npx playwright test + run: npx playwright test --project=chromium --project=firefox - uses: actions/upload-artifact@v3 if: always() with: