diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index 786856891..55f59c4a3 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -21,7 +21,7 @@ jobs: - name: Install Playwright Browsers run: npx playwright install --with-deps - name: Run Playwright accessibility tests - run: npx playwright test src/tests/accessibility/ + run: npx playwright test src/tests/accessibility/ --project=Ms-Edge - uses: actions/upload-artifact@v3 if: always() with: