Skip to content

Commit 8e80932

Browse files
author
Levent KARAGÖL
committed
Github Action .yml files have been updated
1 parent 2b1166c commit 8e80932

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

.github/workflows/windows-x86_64.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -55,15 +55,6 @@ jobs:
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-
6758
- name: Run tests
6859
run: |
6960
& "D:\a\libcpp-http-client\libcpp-http-client\build\test\test.exe"

0 commit comments

Comments
 (0)