Skip to content

Commit c256033

Browse files
committed
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.
1 parent 3038e97 commit c256033

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/runner-checks.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,6 @@ jobs:
167167
shell: powershell
168168
run: |
169169
cat ./codeql-runner/codeql-env.sh | Invoke-Expression
170-
$Env:CODEQL_EXTRACTOR_CSHARP_ROOT = "" # Unset an environment variable to make sure the tracer resists this
171170
& $Env:CODEQL_RUNNER dotnet build /p:UseSharedCompilation=false
172171
173172
- name: Upload tracer logs

0 commit comments

Comments
 (0)