From ee612949d17038590d9142608954b15e16ffb124 Mon Sep 17 00:00:00 2001 From: stakbucks Date: Sat, 14 Sep 2024 20:40:43 +0900 Subject: [PATCH] fix: playwright config --- .github/workflows/ci-preview.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-preview.yaml b/.github/workflows/ci-preview.yaml index bf18ad2..6d05a90 100644 --- a/.github/workflows/ci-preview.yaml +++ b/.github/workflows/ci-preview.yaml @@ -66,7 +66,7 @@ jobs: echo "cache_status_e2e: ${{ steps.determine-status.outputs.cache_status_e2e }}" # install playwright depedencies only if @bottlesteam/bottle is not cached - - run: npx playwright install --with-deps + - run: pnpx playwright install --with-deps # if: steps.determine-status.outputs.cache_status_e2e == 'MISS' # run turbo tasks