Skip to content

Commit

Permalink
debug failing playwright test
Browse files Browse the repository at this point in the history
  • Loading branch information
sandroguras committed Feb 20, 2025
1 parent 4449ea7 commit 301d1b1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,15 @@ jobs:
- name: Install Playwright Browsers
run: npx playwright install --with-deps

- name: Run Playwright tests with Bunx
run: bunx playwright test

- name: Run Check
run: bun run check

- name: Lint
run: bun run lint

- name: Run Playwright tests with Bunx
run: bunx playwright test

- name: Upload Playwright Report
uses: actions/upload-artifact@v4
if: ${{ !cancelled() }}
Expand Down

0 comments on commit 301d1b1

Please sign in to comment.