Skip to content

Commit 7360c5f

Browse files
authored
Update dotnet.yml
1 parent b38f847 commit 7360c5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dotnet.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
run: |
3030
dotnet restore
3131
dotnet build
32-
dotnet test test/Algorithm.Tests -v m
32+
dotnet test test/NosCore.Algorithm.Tests -v m
3333
3434
- name: Build Artifact
3535
if: steps.check-tag.outputs.match == 'true'

0 commit comments

Comments
 (0)