diff --git a/.github/workflows/playwright-tests.yml b/.github/workflows/playwright-tests.yml index 19336a4..97dae1e 100644 --- a/.github/workflows/playwright-tests.yml +++ b/.github/workflows/playwright-tests.yml @@ -27,9 +27,12 @@ jobs: - name: Install Playwright Browsers run: pnpm exec playwright install --with-deps - - name: Run Playwright tests + - name: Run Playwright tests e2e run: pnpm playwright test --pass-with-no-tests + - name: Run Playwright test ct + run: pnpm playwright test -c playwright-ct.config.mts + - uses: actions/upload-artifact@v4 if: ${{ !cancelled() }} with: