From 10cddb4976f7b942fd931a17e406335836208ab6 Mon Sep 17 00:00:00 2001 From: stakbucks Date: Thu, 15 Aug 2024 20:21:45 +0900 Subject: [PATCH] fix --- .github/workflows/preview_bottle.yaml | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/.github/workflows/preview_bottle.yaml b/.github/workflows/preview_bottle.yaml index 1fe5061..b756c2b 100644 --- a/.github/workflows/preview_bottle.yaml +++ b/.github/workflows/preview_bottle.yaml @@ -35,18 +35,7 @@ jobs: restore-keys: | ${{ runner.os }}-turbo- - run: pnpm install - - name: Get installed Playwright version - id: playwright-version - run: echo "PLAYWRIGHT_VERSION=1.46.0" >> $GITHUB_ENV - - name: Cache playwright binaries - uses: actions/cache@v4 - id: playwright-cache - with: - path: | - ~/.cache/ms-playwright - key: ${{ runner.os }}-playwright-${{ env.PLAYWRIGHT_VERSION }} - run: pnpx playwright install --with-deps - if: steps.playwright-cache.outputs.cache-hit != 'true' - name: create dotenv run: | touch apps/bottle/.env.local