Skip to content

Commit

Permalink
add playwright sw env variable in action workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
web-flow committed Nov 2, 2023
1 parent 5c45643 commit 193437f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,8 @@ jobs:

- name: "[PR] Generate new screenshots & compare against master"
id: playwright
env:
PW_EXPERIMENTAL_SERVICE_WORKER_NETWORK_EVENTS: 1
run: |
npx playwright test 2>&1 | tee ./playwright-output || true
continue-on-error: true
Expand Down

0 comments on commit 193437f

Please sign in to comment.