Skip to content

Commit db1f3b6

Browse files
committed
ci: try to fix tests
1 parent 6a32cc1 commit db1f3b6

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/e2e_test_windows.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,9 @@ jobs:
3838
vfox install erlang@25.3.2.12
3939
vfox use erlang@25.3.2.12
4040
if (-not (Test-Path -Path $PROFILE)) { New-Item -Type File -Path $PROFILE -Force }; Add-Content -Path $PROFILE -Value 'Invoke-Expression "$(vfox activate pwsh)"'
41+
- name: test installation
42+
if: runner.os == 'Windows'
43+
run: |
4144
Invoke-Expression "$(vfox activate pwsh)"
4245
echo "===============PATH==============="
4346
echo $env:PATH

0 commit comments

Comments
 (0)