File tree Expand file tree Collapse file tree 1 file changed +1
-11
lines changed Expand file tree Collapse file tree 1 file changed +1
-11
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments