Skip to content

Commit

Permalink
fix: workflow dotnet test path
Browse files Browse the repository at this point in the history
  • Loading branch information
Romazes committed Feb 22, 2024
1 parent 5f3eaed commit 980a9e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,4 @@ jobs:
run: dotnet build ./QuantConnect.CoinAPI.Tests/QuantConnect.DataSource.CoinAPI.Tests.csproj /p:Configuration=Release /v:quiet /p:WarningLevel=1

- name: Run QuantConnect.DataSource.CoinAPI.Tests
run: dotnet test ./QuantConnect.CoinAPI.Tests/bin/Release/QuantConnect.DataSource.CoinAPI.Tests.dll
run: dotnet test ./QuantConnect.CoinAPI.Tests/bin/Release/QuantConnect.Lean.DataSource.CoinAPI.Tests.dll

0 comments on commit 980a9e6

Please sign in to comment.