Skip to content

Commit

Permalink
debug e2e in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
codyzu committed Nov 12, 2023
1 parent 1a42808 commit 574a250
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Install Playwright Browsers
run: pnpm exec playwright install --with-deps
- name: Run Playwright tests
run: pnpm exec playwright test
run: pnpm run test:e2e
- uses: actions/upload-artifact@v3
if: always()
with:
Expand Down

0 comments on commit 574a250

Please sign in to comment.