Integration tests now both rely on pre-downloaded and latest codeql bundles

This commit is contained in:
Chris Raynor
2020-09-22 14:42:23 +01:00
parent 41464b1396
commit 3b90db98f9
2 changed files with 15 additions and 0 deletions

View File

@@ -10,6 +10,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest,windows-latest,macos-latest]
tools: [~, latest]
runs-on: ${{ matrix.os }}
steps:
@@ -26,6 +27,7 @@ jobs:
- uses: ./init
with:
tools: ${{ matrix.tools }}
languages: javascript
config-file: ./.github/codeql/codeql-config.yml
- uses: ./analyze