diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index e89f2efe..5972e475 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -36,7 +36,7 @@ jobs: turbo- - name: Install Playwright browser and dependencies - run: pnpm dlx playwright install --with-deps chromium + run: pnpm exec playwright install --with-deps chromium - name: Run Build and Tests run: pnpm run build-test:packages