From c36a2b0e325d03218a4c64cec5fa5cc335f96a5b Mon Sep 17 00:00:00 2001 From: Russell Dempsey <1173416+SgtPooki@users.noreply.github.com> Date: Wed, 25 Oct 2023 15:50:46 -0700 Subject: [PATCH] chore: disable METRICS on CI e2e test runs --- .github/workflows/playwright.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index 784faa6..a3328cd 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -20,7 +20,9 @@ jobs: - name: Install Playwright Browsers run: npx playwright install --with-deps - name: Run Playwright tests - run: npm run test:http-e2e + run: npm run test:e2e + env: + METRICS: false - uses: actions/upload-artifact@v3 if: always() with: