From c2560331fc32397f9809fe459efeb746df4fa634 Mon Sep 17 00:00:00 2001 From: Cornelius Riemenschneider Date: Tue, 13 Sep 2022 13:48:03 +0000 Subject: [PATCH] Fix runner integration test. This test is broken, as it first sets environment variables, and then immediately unsets it again. This only worked by chance with the legacy tracer, and breaks the Lua tracer. --- .github/workflows/runner-checks.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/runner-checks.yml b/.github/workflows/runner-checks.yml index 9051daea4..301aaae58 100644 --- a/.github/workflows/runner-checks.yml +++ b/.github/workflows/runner-checks.yml @@ -167,7 +167,6 @@ jobs: shell: powershell run: | cat ./codeql-runner/codeql-env.sh | Invoke-Expression - $Env:CODEQL_EXTRACTOR_CSHARP_ROOT = "" # Unset an environment variable to make sure the tracer resists this & $Env:CODEQL_RUNNER dotnet build /p:UseSharedCompilation=false - name: Upload tracer logs