We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a53086 commit fd7a16cCopy full SHA for fd7a16c
.github/workflows/dotnet.yml
@@ -40,7 +40,7 @@ jobs:
40
- name: Publish TACTSharp
41
run: dotnet publish --configuration ${{ matrix.config }} --no-restore TACTSharp/TACTSharp.csproj
42
- name: Test
43
- run: dotnet test --no-build --verbosity normal
+ run: dotnet test --verbosity normal
44
- name: Archive TACTTool Release
45
uses: thedoctor0/zip-release@main
46
with:
0 commit comments