Skip to content

Commit

Permalink
chore: download playwright browsers before caching them (#3320)
Browse files Browse the repository at this point in the history
  • Loading branch information
wesbillman authored Nov 4, 2024
1 parent 43877a3 commit 41d62c1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/writecache.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ jobs:
run: go mod download -x
- name: Download pnpm dependencies
run: pnpm install
- name: Download playwright browsers
run: npx playwright install
- id: find-go-build-cache
shell: bash
run: echo "cache=$(go env GOCACHE)" >> "$GITHUB_OUTPUT"
Expand Down

0 comments on commit 41d62c1

Please sign in to comment.