Reducing the number of new builds significantly while keeping coverage

This commit is contained in:
Chris Raynor 2020-09-23 11:54:42 +01:00
parent 3b90db98f9
commit 2f4ca98eb6
No known key found for this signature in database
GPG key ID: 579A1FBC36FDA261
2 changed files with 0 additions and 13 deletions

View file

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