From 3808ea82c71e60a55ad851764ae87b161a2d4df5 Mon Sep 17 00:00:00 2001 From: Will Sheldon <114631109+wssheldon@users.noreply.github.com> Date: Wed, 20 Sep 2023 11:24:12 -0700 Subject: [PATCH] Do not run playwright with safar (#3797) --- .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: