Skip to content

Commit 6a95f31

Browse files
committed
ci: try to fix tests
1 parent a4acac9 commit 6a95f31

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/e2e_test_windows.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ jobs:
3939
- name: test installation
4040
if: runner.os == 'Windows'
4141
run: |
42-
vfox activate pwsh > vfox_env.powershell
43-
. vfox_env.powershell
42+
vfox activate pwsh > vfox_env.ps1
43+
. vfox_env.ps1
4444
echo $env:__VFOX_SHELL
4545
echo $env:__VFOX_CURTMPPATH
4646
cat $PROFILE

0 commit comments

Comments
 (0)