From 8433ea905f2e8295d4ce07ef03268e7407cc10b7 Mon Sep 17 00:00:00 2001 From: moklick Date: Mon, 1 Jul 2024 15:26:28 +0200 Subject: [PATCH] chore(gh-action): update playwright command --- .github/actions/ci-checks/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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