Skip to content

Commit

Permalink
Use CODEQL_RUNNER env var in integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert committed Jan 12, 2021
1 parent 2f98148 commit a432f68
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/integration-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@ jobs:
- name: Build code
run: |
. ./codeql-runner/codeql-env.sh
dotnet build
$CODEQL_RUNNER dotnet build
- name: Run analyze
run: |
Expand Down Expand Up @@ -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: |
Expand Down Expand Up @@ -408,7 +408,7 @@ jobs:
shell: bash
run: |
. ./codeql-runner/codeql-env.sh
dotnet build
$CODEQL_RUNNER dotnet build
- name: Run analyze
run: |
Expand Down

0 comments on commit a432f68

Please sign in to comment.