From 368106a64a8fa3d8305e3e537070c4f909e478da Mon Sep 17 00:00:00 2001 From: samatstarion Date: Fri, 16 Aug 2024 14:03:50 +0200 Subject: [PATCH] . --- .github/workflows/integration-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index dcf59bfa..b30a4eca 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -48,7 +48,7 @@ jobs: run: dotnet build COMET-WebServices.sln -c Release - name: Start API - run: dotnet run dotnet run --project CometServer/CometServer.csproj -c Release + run: dotnet run dotnet run --project CometServer/CometServer.csproj -c Release & - name: Wait for API to start run: sleep 10 # Adjust as necessary to ensure the API is up