Skip to content

Commit

Permalink
Runner tests: Attempt to source the tracer env, display the binary path
Browse files Browse the repository at this point in the history
  • Loading branch information
adityasharad committed Jul 27, 2022
1 parent a2f4d66 commit caa2a0d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pr-checks.yml
Expand Up @@ -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
Expand Down

0 comments on commit caa2a0d

Please sign in to comment.