Skip to content

Commit

Permalink
change image
Browse files Browse the repository at this point in the history
  • Loading branch information
stakbucks committed Aug 15, 2024
1 parent f4d95ed commit 517a111
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/preview_bottle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ on:
jobs:
Deploy-Preview:
runs-on: ubuntu-latest
container:
image: mcr.microsoft.com/playwright:v1.46.0-jammy
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v3
Expand All @@ -36,7 +38,7 @@ jobs:
${{ runner.os }}-turbo-
- run: pnpm install
- run: pnpm run build
- run: pnpx playwright install --with-deps
- run: pnpx playwright install-deps
- name: create dotenv
run: |
touch apps/bottle/.env.local
Expand Down

0 comments on commit 517a111

Please sign in to comment.