Skip to content

Commit 49958e5

Browse files
committed
ci: drop cache
1 parent 84f0f5f commit 49958e5

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -29,25 +29,15 @@ jobs:
2929
steps:
3030
- uses: actions/checkout@v6
3131
- uses: oven-sh/setup-bun@v2
32-
- uses: actions/cache@v4
33-
id: playwright-cache
34-
with:
35-
path: /Users/runner/Library/Caches/ms-playwright
36-
key: ${{ runner.os }}-playwright-${{ hashFiles('**/bun.lock') }}
3732

3833
- name: Install dependencies
3934
run: bun ci
4035

4136
- name: Run Biome
4237
run: bunx biome ci --error-on-warnings
4338

44-
- name: Install Playwright without cache
39+
- name: Install Playwright
4540
run: bun playwright install --with-deps
46-
if: steps.playwright-cache.outputs.cache-hit != 'true'
47-
48-
- name: Install Playwright with cache
49-
run: bun playwright install
50-
if: steps.playwright-cache.outputs.cache-hit == 'true'
5141

5242
- name: Build library
5343
run: bun build:lib

0 commit comments

Comments
 (0)