Skip to content

Commit

Permalink
chore: disable METRICS on CI e2e test runs
Browse files Browse the repository at this point in the history
  • Loading branch information
SgtPooki committed Oct 25, 2023
1 parent 01ac9cc commit c36a2b0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit c36a2b0

Please sign in to comment.