Skip to content

Commit ea1ff39

Browse files
committed
symlink playwright to ram drive
1 parent 190fea2 commit ea1ff39

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/.hatch-run.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,11 @@ jobs:
3838
- if: runner.os == 'Windows'
3939
name: Setup RAM Disk
4040
uses: chad-golden/setup-ramdisk@main
41-
env:
42-
HATCH_DATA_DIR: "R:\\hatch"
43-
HATCH_CACHE_DIR: "R:\\hatch_cache"
41+
- if: runner.os == 'Windows'
42+
name: Configure RAM Disk paths
43+
run: |
44+
mkdir R:\playwright
45+
mklink /J C:\Users\runneradmin\AppData\Local\ms-playwright R:\playwright
4446
- uses: oven-sh/setup-bun@v2
4547
with:
4648
bun-version: latest

0 commit comments

Comments
 (0)