From 540048e26cb09085574fc20e62e6839b40bf037d Mon Sep 17 00:00:00 2001 From: uNetworkingAB <110806833+uNetworkingAB@users.noreply.github.com> Date: Wed, 2 Nov 2022 11:26:37 +0100 Subject: [PATCH] Update cpp.yml --- .github/workflows/cpp.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/cpp.yml b/.github/workflows/cpp.yml index dca8790..cf768b4 100644 --- a/.github/workflows/cpp.yml +++ b/.github/workflows/cpp.yml @@ -26,14 +26,14 @@ jobs: make -C tests make ls - # .\HelloWorld.exe & - # sleep 1 - # curl.exe -v http://localhost:3000/ - # curl.exe -v http://localhost:3000/ - # curl.exe -v http://localhost:3000/ - # curl.exe -v http://localhost:3000/ - # curl.exe -v http://localhost:3000/ - # Stop-Process -Name HelloWorld + .\HelloWorld.exe & + sleep 1 + curl.exe -v http://localhost:3000/ + curl.exe -v http://localhost:3000/ + curl.exe -v http://localhost:3000/ + curl.exe -v http://localhost:3000/ + curl.exe -v http://localhost:3000/ + Stop-Process -Name HelloWorld build_linux: