Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update integration-testing.yml
Robert authored and GitHub committed Sep 9, 2020

Unverified

No user is associated with the committer email.
1 parent e4b0068 commit 67246cd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/integration-testing.yml
@@ -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

0 comments on commit 67246cd

Please sign in to comment.