diff --git a/.github/workflows/gh-actions.yml b/.github/workflows/gh-actions.yml index 16022a7..e1889eb 100644 --- a/.github/workflows/gh-actions.yml +++ b/.github/workflows/gh-actions.yml @@ -41,6 +41,6 @@ jobs: shell: bash run: | # Build - dotnet build /p:Configuration=Release /v:quiet /p:WarningLevel=1 QuantConnect.Brokerages.InteractiveBrokers.sln + dotnet build /p:Configuration=Release /v:quiet /p:WarningLevel=1 QuantConnect.InteractiveBrokersBrokerage.sln # Run Tests dotnet test ./QuantConnect.InteractiveBrokersBrokerage.Tests/bin/Release/QuantConnect.Brokerages.InteractiveBrokers.Tests.dll