We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce37028 commit dd19d14Copy full SHA for dd19d14
.github/workflows/.hatch-run.yml
@@ -36,13 +36,11 @@ jobs:
36
steps:
37
- uses: actions/checkout@v4
38
- if: runner.os == 'Windows'
39
- name: Setup RAM Disk
40
- uses: chad-golden/setup-ramdisk@main
41
- - if: runner.os == 'Windows'
42
- name: Configure RAM Disk paths
43
- run: |
44
- mkdir R:\playwright
45
- New-Item -ItemType Junction -Path C:\Users\runneradmin\AppData\Local\ms-playwright\ -Value R:\playwright\
+ name: Cache Playwright Install
+ uses: actions/cache@v5
+ with:
+ path: C:\Users\runneradmin\AppData\Local\ms-playwright\
+ key: ${{ runner.os }}-playwright
46
- uses: oven-sh/setup-bun@v2
47
with:
48
bun-version: latest
0 commit comments