From 67246cd6451c821d31f3a8f9f7d6d13211fcc235 Mon Sep 17 00:00:00 2001 From: Robert Date: Wed, 9 Sep 2020 17:31:20 +0100 Subject: [PATCH] Update integration-testing.yml --- .github/workflows/integration-testing.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/integration-testing.yml b/.github/workflows/integration-testing.yml index 16455383a..ca73f33ec 100644 --- a/.github/workflows/integration-testing.yml +++ b/.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