File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change 70
70
codeql test run --threads=0 --ram 52000 --slice ${{ matrix.slice }} --search-path "${{ github.workspace }}/csharp/extractor-pack" --check-databases --check-undefined-labels --check-repeated-labels --check-redefined-labels --consistency-queries ql/consistency-queries ql/test --compilation-cache "${{ steps.query-cache.outputs.cache-dir }}"
71
71
env :
72
72
GITHUB_TOKEN : ${{ github.token }}
73
+ unit-tests :
74
+ runs-on : ubuntu-latest
75
+ steps :
76
+ - uses : actions/checkout@v3
77
+ - name : Setup dotnet
78
+ uses : actions/setup-dotnet@v3
79
+ with :
80
+ dotnet-version : 6.0.202
81
+ - name : Extractor unit tests
82
+ run : |
83
+ dotnet test -p:RuntimeFrameworkVersion=6.0.4 "${{ github.workspace }}/csharp/extractor/Semmle.Util.Tests"
84
+ dotnet test -p:RuntimeFrameworkVersion=6.0.4 "${{ github.workspace }}/csharp/extractor/Semmle.Extraction.Tests"
85
+ dotnet test -p:RuntimeFrameworkVersion=6.0.4 "${{ github.workspace }}/csharp/autobuilder/Semmle.Autobuild.CSharp.Tests"
You can’t perform that action at this time.
0 commit comments