diff --git a/.github/workflows/gh-actions.yml b/.github/workflows/gh-actions.yml index 4a660f5..ea095ba 100644 --- a/.github/workflows/gh-actions.yml +++ b/.github/workflows/gh-actions.yml @@ -40,7 +40,7 @@ jobs: run: mv Lean ../Lean - name: Build - run: dotnet build /p:Configuration=Release /v:quiet /p:WarningLevel=1 QuantConnect.Brokerages.Coinbase.sln + run: dotnet build /p:Configuration=Release /v:quiet /p:WarningLevel=1 QuantConnect.CoinbaseBrokerage.sln - name: Run Tests run: dotnet test ./QuantConnect.CoinbaseBrokerage.Tests/bin/Release/QuantConnect.Brokerages.Coinbase.Tests.dll