Skip to content

Commit

Permalink
Playwright GH action env push fix
Browse files Browse the repository at this point in the history
  • Loading branch information
web-flow authored and jbukl committed Nov 2, 2023
1 parent 3d2aaae commit 9da4410
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ jobs:
playwright:
timeout-minutes: 60
runs-on: ubuntu-latest
env:
PW_EXPERIMENTAL_SERVICE_WORKER_NETWORK_EVENTS: 1
steps:
- name: Remove all fonts
run: rm -rf /usr/share/fonts
Expand Down Expand Up @@ -66,8 +68,6 @@ 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 9da4410

Please sign in to comment.