Skip to content

Commit

Permalink
Runner tests: Read CODEQL_RUNNER from the stored JSON
Browse files Browse the repository at this point in the history
This test workflow does not source the environment from the init step,
so we need to manually read in the variable.
  • Loading branch information
adityasharad committed Jul 25, 2022
1 parent b4ff463 commit a2f4d66
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pr-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -414,6 +414,7 @@ jobs:
- name: Build code
shell: bash
run: |
CODEQL_RUNNER="$(cat codeql-runner/codeql-env.json | jq -r '.CODEQL_RUNNER')"
$CODEQL_RUNNER ../action/runner/dist/codeql-runner-macos autobuild
- name: Run analyze
Expand Down

0 comments on commit a2f4d66

Please sign in to comment.