diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 3d09779ff9..dc7d168a38 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -31,7 +31,7 @@ jobs: NODE_AUTH_TOKEN: ${{ secrets.NPM_GITHUB_AUTH_TOKEN }} - name: Install Playwright browsers - run: PLAYWRIGHT_BROWSERS_PATH=0 npx playwright install chromium + run: npx playwright install chromium - name: Run E2E tests run: pnpm run test:e2e