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 b5d4408 commit 2bc3f95
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 @@ -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
Expand Down

0 comments on commit 2bc3f95

Please sign in to comment.