Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
samatstarion committed Aug 16, 2024
1 parent 8fb28e8 commit 368106a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 368106a

Please sign in to comment.