From 70733e4ae52c1ee248bfad08a9e5c451a5252a48 Mon Sep 17 00:00:00 2001 From: Robert Date: Tue, 12 Jan 2021 11:44:25 +0000 Subject: [PATCH] add call operator --- .github/workflows/integration-testing.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/integration-testing.yml b/.github/workflows/integration-testing.yml index 6d83b0dab..684a468c8 100644 --- a/.github/workflows/integration-testing.yml +++ b/.github/workflows/integration-testing.yml @@ -372,7 +372,7 @@ jobs: shell: powershell run: | cat ./codeql-runner/codeql-env.sh | Invoke-Expression - $Env:CODEQL_RUNNER dotnet build + & $Env:CODEQL_RUNNER dotnet build - name: Run analyze run: |