Skip to content

Commit a2f4d66

Browse files
committed
Runner tests: Read CODEQL_RUNNER from the stored JSON
This test workflow does not source the environment from the init step, so we need to manually read in the variable.
1 parent b4ff463 commit a2f4d66

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

+1
Original file line numberDiff line numberDiff line change
@@ -414,6 +414,7 @@ jobs:
414414
- name: Build code
415415
shell: bash
416416
run: |
417+
CODEQL_RUNNER="$(cat codeql-runner/codeql-env.json | jq -r '.CODEQL_RUNNER')"
417418
$CODEQL_RUNNER ../action/runner/dist/codeql-runner-macos autobuild
418419
419420
- name: Run analyze

0 commit comments

Comments
 (0)