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: