Skip to content

Commit

Permalink
ajust playwits tests
Browse files Browse the repository at this point in the history
  • Loading branch information
PiluVitu committed Aug 15, 2024
1 parent 8ee3cee commit d97357b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/playwright-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit d97357b

Please sign in to comment.