Runner tests: Attempt to source the tracer env, display the binary path

This commit is contained in:
Aditya Sharad
2022-07-27 12:05:31 -07:00
parent a2f4d66a8b
commit caa2a0df0a

View File

@@ -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