Skip to content

Commit caa2a0d

Browse files
committed
Runner tests: Attempt to source the tracer env, display the binary path
1 parent a2f4d66 commit caa2a0d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: .github/workflows/pr-checks.yml

+2
Original file line numberDiff line numberDiff line change
@@ -414,7 +414,9 @@ jobs:
414414
- name: Build code
415415
shell: bash
416416
run: |
417+
. codeql-runner/codeql-env.sh
417418
CODEQL_RUNNER="$(cat codeql-runner/codeql-env.json | jq -r '.CODEQL_RUNNER')"
419+
echo "$CODEQL_RUNNER"
418420
$CODEQL_RUNNER ../action/runner/dist/codeql-runner-macos autobuild
419421
420422
- name: Run analyze

0 commit comments

Comments
 (0)