Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
stakbucks committed Aug 15, 2024
1 parent a397dbd commit 10cddb4
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/preview_bottle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 10cddb4

Please sign in to comment.