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 510df4f
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/actions/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,8 @@ runs:
- name: Install dependencies
shell: bash
run: pnpm i

- name: Check formatting
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 510df4f

Please sign in to comment.