Skip to content

Commit

Permalink
Merge pull request yomidevs#303 from jbukl/pw-gha-env-fix
Browse files Browse the repository at this point in the history
Playwright GH action env push fix
  • Loading branch information
djahandarie authored Nov 2, 2023
2 parents 3d2aaae + 9da4410 commit b64f51c
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 b64f51c

Please sign in to comment.