Skip to content

Commit 5b40715

Browse files
committed
test: add debug info
1 parent 23468d5 commit 5b40715

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
@@ -28,11 +28,12 @@ jobs:
2828
cd vfox
2929
go build -o vfox.exe
3030
echo "$pwd" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append
31-
vfox -version
31+
./vfox.exe -version
3232
3333
- name: add vfox-erlang plugin (Windows)
3434
if: runner.os == 'Windows'
3535
run: |
36+
vfox -version
3637
vfox add --source https://github.com/version-fox/vfox-erlang/archive/$env:GITHUB_REF.zip erlang
3738
3839
- name: install Erlang/OTP by vfox-erlang plugin (Windows)

0 commit comments

Comments
 (0)