C#: Execute tests via the bash shell to ensure that we stop on error.

This commit is contained in:
Michael Nebel
2023-09-28 12:58:41 +02:00
parent 3fd083b249
commit c25113ae46

View File

@@ -81,6 +81,7 @@ jobs:
dotnet test -p:RuntimeFrameworkVersion=7.0.2 extractor/Semmle.Extraction.Tests
dotnet test -p:RuntimeFrameworkVersion=7.0.2 autobuilder/Semmle.Autobuild.CSharp.Tests
dotnet test -p:RuntimeFrameworkVersion=7.0.2 "${{ github.workspace }}/cpp/autobuilder/Semmle.Autobuild.Cpp.Tests"
shell: bash
stubgentest:
runs-on: ubuntu-latest
steps: