Skip to content

Commit f130b14

Browse files
committed
ci: try to fix tests, use login shell for load profile
1 parent 88abb14 commit f130b14

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/e2e_test_windows.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,9 @@ jobs:
4040
# vfox activate pwsh | Out-File -FilePath vfox_env.ps1
4141
- name: test installation
4242
if: runner.os == 'Windows'
43-
shell: powershell -NoExit -Interactive -Command ". '{0}'"
43+
shell: pwsh
4444
run: |
45+
. $PROFILE
4546
# Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope Process -Force
4647
# cat vfox_env.ps1
4748
# & .\vfox_env.ps1

0 commit comments

Comments
 (0)