File tree Expand file tree Collapse file tree 2 files changed +4
-6
lines changed
Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change 55
66jobs :
77 test :
8- runs-on : ubuntu-latest
8+ runs-on : macos-14
99 steps :
1010 - uses : actions/checkout@v4
1111 - uses : oven-sh/setup-bun@v2
1212 - uses : actions/cache@v4
1313 id : playwright-cache
1414 with :
15- path : /home /runner/.cache /ms-playwright
15+ path : /Users /runner/Library/Caches /ms-playwright
1616 key : ${{ runner.os }}-playwright-${{ hashFiles('bun.lock') }}
1717
1818 - name : Install dependencies
2323 if : steps.playwright-cache.outputs.cache-hit != 'true'
2424
2525 - name : Install Playwright with cache
26+ run : bun playwright install
2627 if : steps.playwright-cache.outputs.cache-hit == 'true'
27- run : |
28- bun playwright install
29- bun playwright install-deps
3028
3129 - name : Build library
3230 run : bun build:lib
Original file line number Diff line number Diff line change 55
66jobs :
77 build :
8- runs-on : ubuntu-latest
8+ runs-on : macos-14
99 permissions :
1010 contents : read
1111 id-token : write
You can’t perform that action at this time.
0 commit comments