Use CODEQL_RUNNER env var in integration tests
This commit is contained in:
parent
2f9814894f
commit
a432f684f7
1 changed files with 3 additions and 3 deletions
6
.github/workflows/integration-testing.yml
vendored
6
.github/workflows/integration-testing.yml
vendored
|
|
@ -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: |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue