From 193437fed0f4ee756fd62902947afce54f54dfe6 Mon Sep 17 00:00:00 2001 From: jbukl Date: Wed, 1 Nov 2023 23:10:50 -0400 Subject: add playwright sw env variable in action workflow --- .github/workflows/playwright.yml | 2 ++ 1 file changed, 2 insertions(+) (limited to '.github/workflows') diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index 8d4adca8..be3e2c19 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -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 -- cgit v1.2.3