Skip to content

Commit

Permalink
add debug to e2e
Browse files Browse the repository at this point in the history
  • Loading branch information
JessicaMulein committed Nov 15, 2024
1 parent 582b443 commit 4bc8375
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,12 @@ jobs:
- name: Run Build
run: npx nx run-many --target=build --all --skip-nx-cache --parallel=3

- name: Install Playwright Browsers
run: npx playwright install --with-deps

- name: Run E2E Tests
run: npx nx run-many --target=e2e --all --skip-nx-cache --parallel=3
env:
CI: true
DEBUG: pw:api
timeout-minutes: 10

0 comments on commit 4bc8375

Please sign in to comment.