diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index 891ff5d7..6d64dd23 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -45,7 +45,7 @@ jobs: run: dotnet restore COMET-WebServices.sln - name: Start API - run: dotnet run 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