We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b186676 commit bd3f127Copy full SHA for bd3f127
.github/workflows/windows.yml
@@ -55,15 +55,6 @@ jobs:
55
run: |
56
cmake --build build --config Release
57
58
- - name: Check test executable
59
- run: |
60
- if (Test-Path "D:\a\libcpp-http-client\libcpp-http-client\build\test\Release\test.exe") {
61
- Write-Host "Test executable exists."
62
- } else {
63
- Write-Host "Test executable does not exist."
64
- exit 1
65
- }
66
-
67
- name: Run tests
68
69
& "D:\a\libcpp-http-client\libcpp-http-client\build\test\Release\test.exe"
0 commit comments