We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b38f847 commit 7360c5fCopy full SHA for 7360c5f
.github/workflows/dotnet.yml
@@ -29,7 +29,7 @@ jobs:
29
run: |
30
dotnet restore
31
dotnet build
32
- dotnet test test/Algorithm.Tests -v m
+ dotnet test test/NosCore.Algorithm.Tests -v m
33
34
- name: Build Artifact
35
if: steps.check-tag.outputs.match == 'true'
0 commit comments