Use CODEQL_RUNNER env var in integration tests

This commit is contained in:
Robert 2021-01-12 11:29:42 +00:00
parent 2f9814894f
commit a432f684f7

View file

@ -336,7 +336,7 @@ jobs:
- name: Build code
run: |
. ./codeql-runner/codeql-env.sh
dotnet build
$CODEQL_RUNNER dotnet build
- name: Run analyze
run: |
@ -372,7 +372,7 @@ jobs:
shell: powershell
run: |
cat ./codeql-runner/codeql-env.sh | Invoke-Expression
dotnet build
$Env:CODEQL_RUNNER dotnet build
- name: Run analyze
run: |
@ -408,7 +408,7 @@ jobs:
shell: bash
run: |
. ./codeql-runner/codeql-env.sh
dotnet build
$CODEQL_RUNNER dotnet build
- name: Run analyze
run: |