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 7c59e11 commit ce37028Copy full SHA for ce37028
.github/workflows/.hatch-run.yml
@@ -42,7 +42,7 @@ jobs:
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
+ New-Item -ItemType Junction -Path C:\Users\runneradmin\AppData\Local\ms-playwright\ -Value R:\playwright\
46
- uses: oven-sh/setup-bun@v2
47
with:
48
bun-version: latest
0 commit comments