Runner tests: Attempt to source the tracer env, display the binary path
This commit is contained in:
parent
a2f4d66a8b
commit
caa2a0df0a
1 changed files with 2 additions and 0 deletions
2
.github/workflows/pr-checks.yml
vendored
2
.github/workflows/pr-checks.yml
vendored
|
|
@ -414,7 +414,9 @@ jobs:
|
|||
- name: Build code
|
||||
shell: bash
|
||||
run: |
|
||||
. codeql-runner/codeql-env.sh
|
||||
CODEQL_RUNNER="$(cat codeql-runner/codeql-env.json | jq -r '.CODEQL_RUNNER')"
|
||||
echo "$CODEQL_RUNNER"
|
||||
$CODEQL_RUNNER ../action/runner/dist/codeql-runner-macos autobuild
|
||||
|
||||
- name: Run analyze
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue