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 3fd083b commit c25113aCopy full SHA for c25113a
.github/workflows/csharp-qltest.yml
@@ -81,6 +81,7 @@ jobs:
81
dotnet test -p:RuntimeFrameworkVersion=7.0.2 extractor/Semmle.Extraction.Tests
82
dotnet test -p:RuntimeFrameworkVersion=7.0.2 autobuilder/Semmle.Autobuild.CSharp.Tests
83
dotnet test -p:RuntimeFrameworkVersion=7.0.2 "${{ github.workspace }}/cpp/autobuilder/Semmle.Autobuild.Cpp.Tests"
84
+ shell: bash
85
stubgentest:
86
runs-on: ubuntu-latest
87
steps:
0 commit comments