Update integration-testing.yml
This commit is contained in:
parent
e4b0068a9d
commit
67246cd645
1 changed files with 4 additions and 0 deletions
4
.github/workflows/integration-testing.yml
vendored
4
.github/workflows/integration-testing.yml
vendored
|
|
@ -165,6 +165,10 @@ jobs:
|
|||
|
||||
- name: Run init
|
||||
run: |
|
||||
# Pass --config-file here, but not for other jobs in this workflow.
|
||||
# This means we're testing the config file parsing in the runner
|
||||
# but not slowing down all jobs unnecessarily as it doesn't add much
|
||||
# testing the parsing on different operating systems and languages.
|
||||
runner/dist/codeql-runner-linux init --repository $GITHUB_REPOSITORY --languages javascript --config-file ./.github/codeql/codeql-config.yml --github-url $GITHUB_SERVER_URL --github-auth ${{ github.token }}
|
||||
|
||||
- name: Run analyze
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue