Combine integration tests for simplicity
https://github.com/github/codeql-action/pull/87#issuecomment-651757413
This commit is contained in:
parent
4b37db72e4
commit
1bb294af6b
1 changed files with 2 additions and 23 deletions
25
.github/workflows/integration-testing.yml
vendored
25
.github/workflows/integration-testing.yml
vendored
|
|
@ -36,7 +36,7 @@ jobs:
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
multi-language-repo_test-custom-queries:
|
multi-language-repo_test-custom-queries-and-remote config:
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
|
|
@ -54,7 +54,7 @@ jobs:
|
||||||
- uses: ./../action/init
|
- uses: ./../action/init
|
||||||
with:
|
with:
|
||||||
languages: cpp,csharp,java,javascript,python
|
languages: cpp,csharp,java,javascript,python
|
||||||
config-file: ./.github/codeql/custom-queries.yml
|
config-file: github/codeql-action/.github/codeql/custom-queries.yml@main
|
||||||
- name: Build code
|
- name: Build code
|
||||||
shell: bash
|
shell: bash
|
||||||
run: ./build.sh
|
run: ./build.sh
|
||||||
|
|
@ -124,24 +124,3 @@ jobs:
|
||||||
sarif_file: rubocop.sarif
|
sarif_file: rubocop.sarif
|
||||||
env:
|
env:
|
||||||
TEST_MODE: true
|
TEST_MODE: true
|
||||||
|
|
||||||
retrieval-of-remote-config:
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
|
|
||||||
steps:
|
|
||||||
- uses: actions/checkout@v2
|
|
||||||
with:
|
|
||||||
# Must fetch at least the immediate parents so that if this is
|
|
||||||
# a pull request then we can checkout the head of the pull request.
|
|
||||||
fetch-depth: 2
|
|
||||||
|
|
||||||
# If this run was triggered by a pull request event then checkout
|
|
||||||
# the head of the pull request instead of the merge commit.
|
|
||||||
- run: git checkout HEAD^2
|
|
||||||
if: ${{ github.event_name == 'pull_request' }}
|
|
||||||
|
|
||||||
- uses: ./init
|
|
||||||
with:
|
|
||||||
languages: javascript
|
|
||||||
config-file: github/codeql-action/.github/codeql/codeql-config.yml@main
|
|
||||||
- uses: ./analyze
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue