Skip to content

Commit

Permalink
Tweak dll names in GH actions file
Browse files Browse the repository at this point in the history
  • Loading branch information
jhonabreul committed Feb 29, 2024
1 parent f388ffa commit 3d27a36
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gh-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
run: mv Lean ../Lean

- name: Build
run: dotnet build /p:Configuration=Release /v:quiet /p:WarningLevel=1 QuantConnect.BinanceBrokerage.sln
run: dotnet build /p:Configuration=Release /v:quiet /p:WarningLevel=1 QuantConnect.Brokerages.Binance.sln

- name: Run Tests
run: dotnet test ./QuantConnect.BinanceBrokerage.Tests/bin/Release/QuantConnect.BinanceBrokerage.Tests.dll
run: dotnet test ./QuantConnect.BinanceBrokerage.Tests/bin/Release/QuantConnect.Brokerages.Binance.Tests.dll

0 comments on commit 3d27a36

Please sign in to comment.