diff --git a/.github/actions/ci-checks/action.yml b/.github/actions/ci-checks/action.yml index 0c6a4aea..63c9f9bc 100644 --- a/.github/actions/ci-checks/action.yml +++ b/.github/actions/ci-checks/action.yml @@ -10,7 +10,7 @@ runs: run: pnpm typecheck shell: bash - name: Install Playwright browsers - run: pnpm dlx playwright install --with-deps + run: pnpm exec playwright install --with-deps shell: bash - name: Test React Flow run: pnpm test:react