Skip to content

Commit

Permalink
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/integration-testing.yml
@@ -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: |

0 comments on commit a432f68

Please sign in to comment.