From caa2a0df0a29fc2f1c719592dc407848cc044b3c Mon Sep 17 00:00:00 2001 From: Aditya Sharad Date: Wed, 27 Jul 2022 12:05:31 -0700 Subject: [PATCH] Runner tests: Attempt to source the tracer env, display the binary path --- .github/workflows/pr-checks.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/pr-checks.yml b/.github/workflows/pr-checks.yml index 83df978ae1..b36fdb8000 100644 --- a/.github/workflows/pr-checks.yml +++ b/.github/workflows/pr-checks.yml @@ -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