Skip to content

Commit

Permalink
fix: playwright config
Browse files Browse the repository at this point in the history
  • Loading branch information
stakbucks committed Sep 14, 2024
1 parent 0233a9c commit e448844
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-preview.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: pnpx playwright install --with-deps
- run: pnpx playwright@1.37.1 install --with-deps
# if: steps.determine-status.outputs.cache_status_e2e == 'MISS'

# run turbo tasks
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-production.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
echo "cache_status_e2e: ${{ steps.determine-status.outputs.cache_status_e2e }}"
# install playwright depedencies only if @bottlesteam/bottle is not cached
- run: pnpx playwright install --with-deps
- run: pnpx playwright@1.37.1 install --with-deps
if: steps.determine-status.outputs.cache_status_e2e == 'MISS'

# run turbo tasks
Expand Down

0 comments on commit e448844

Please sign in to comment.