We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20b8813 commit 35e9156Copy full SHA for 35e9156
1 file changed
.github/workflows/e2e_test_windows.yaml
@@ -42,7 +42,7 @@ jobs:
42
run: |
43
Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope Process -Force
44
cat vfox_env.ps1
45
- & vfox_env.ps1
+ & .\vfox_env.ps1
46
echo $env:__VFOX_SHELL
47
echo $env:__VFOX_CURTMPPATH
48
cat $PROFILE
0 commit comments