mirror of
https://github.com/github/codeql-action.git
synced 2025-12-26 09:10:07 +08:00
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.
This commit is contained in:
1
.github/workflows/runner-checks.yml
vendored
1
.github/workflows/runner-checks.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user