Skip to content

Commit

Permalink
ci(SLB-219): don't cache browser binaries
Browse files Browse the repository at this point in the history
  • Loading branch information
pmelab committed Apr 18, 2024
1 parent ef8a2bf commit b525f21
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/actions/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,3 @@ runs:
shell: bash
run: pnpm test:format

- name: Cache playwright binaries
uses: actions/cache@v3
id: playwright-cache
with:
path: ~/.cache/ms-playwright
key: ${{ runner.os }}-playwright-${{ hashFiles('**/pnpm-lock.yaml') }}

0 comments on commit b525f21

Please sign in to comment.