Skip to content

Commit

Permalink
fix: command run tests in workflow file (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
Romazes authored Jan 22, 2024
1 parent 9195484 commit 9d97830
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gh-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,4 @@ jobs:
run: dotnet build ./QuantConnect.IQFeed.Tests/QuantConnect.IQFeed.Tests.csproj /p:Configuration=Release /v:quiet /p:WarningLevel=1

- name: Run Tests
run: dotnet test ./QuantConnect.IQFeed.Tests/bin/Release/net6.0/QuantConnect.IQFeed.Tests.dll
run: dotnet test ./QuantConnect.IQFeed.Tests/bin/Release/QuantConnect.IQFeed.Tests.dll

0 comments on commit 9d97830

Please sign in to comment.