File tree Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 5555 run : |
5656 cmake --build build --config Release
5757
58+ - name : Check if test executable exists
59+ run : |
60+ if (Test-Path "./build/test/test.exe") {
61+ Write-Host "Test executable exists."
62+ } else {
63+ Write-Host "Test executable does not exist."
64+ exit 1
65+ }
66+
5867 - name : Run tests
5968 run : |
60- .\ build\test\test.exe
69+ & "D:\a\libcpp-http-client\libcpp-http-client\ build\test\test.exe"
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ Modern non-blocking HTTP Client library for C++ (17+)
33
44[ ![ linux-x86_64] ( https://github.com/lk-libs/libcpp-http-client/actions/workflows/linux-x86_64.yml/badge.svg )] ( https://github.com/lk-libs/libcpp-http-client/actions/workflows/linux-x86_64.yml )
55[ ![ linux-aarch64] ( https://github.com/lk-libs/libcpp-http-client/actions/workflows/linux-aarch64.yml/badge.svg )] ( https://github.com/lk-libs/libcpp-http-client/actions/workflows/linux-aarch64.yml )
6-
6+ [ ![ windows-x86_64 ] ( https://github.com/lk-libs/libcpp-http-client/actions/workflows/windows-x86_64.yml/badge.svg )] ( https://github.com/lk-libs/libcpp-http-client/actions/workflows/windows-x86_64.yml )
You can’t perform that action at this time.
0 commit comments