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 be49f1e commit 9701e11Copy full SHA for 9701e11
.github/workflows/codeql-analysis.yml
@@ -46,6 +46,9 @@ jobs:
46
# If this step fails, then you should remove it and run the build manually (see below)
47
- name: Autobuild
48
uses: github/codeql-action/autobuild@v1
49
+
50
+ - name: Test
51
+ run: dotnet test --no-build --verbosity normal
52
53
# ℹ️ Command-line programs to run using the OS shell.
54
# 📚 https://git.io/JvXDl
0 commit comments