diff --git a/.github/workflows/actions/test-core-screenshot/action.yml b/.github/workflows/actions/test-core-screenshot/action.yml index e44e72e438..2529cc450b 100644 --- a/.github/workflows/actions/test-core-screenshot/action.yml +++ b/.github/workflows/actions/test-core-screenshot/action.yml @@ -23,7 +23,7 @@ runs: path: ./core filename: CoreBuild.zip - name: Install Playwright Dependencies - run: pnpm install && pnpm dlx playwright install && pnpm dlx playwright install-deps + run: pnpm install && pnpm exec playwright install && pnpm exec playwright install-deps shell: bash working-directory: ./core - name: Test