Skip to content

Commit

Permalink
Reducing the number of new builds significantly while keeping coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Raynor committed Sep 23, 2020
1 parent 3b90db9 commit 2f4ca98
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 13 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest,windows-latest,macos-latest]
tools: [~, latest]
runs-on: ${{ matrix.os }}

steps:
Expand All @@ -27,7 +26,6 @@ jobs:

- uses: ./init
with:
tools: ${{ matrix.tools }}
languages: javascript
config-file: ./.github/codeql/codeql-config.yml
- uses: ./analyze
11 changes: 0 additions & 11 deletions .github/workflows/integration-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@ on:

jobs:
multi-language-repo_test-autodetect-languages:
strategy:
matrix:
tools: [~, latest]
runs-on: ubuntu-latest

steps:
Expand All @@ -21,8 +18,6 @@ jobs:
mv * .github ../action/
mv ../action/tests/multi-language-repo/{*,.github} .
- uses: ./../action/init
with:
tools: ${{ matrix.tools }}
- name: Build code
shell: bash
run: ./build.sh
Expand Down Expand Up @@ -78,7 +73,6 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
tools: [~, latest]
runs-on: ${{ matrix.os }}

steps:
Expand All @@ -95,7 +89,6 @@ jobs:
mv ../action/tests/multi-language-repo/{*,.github} .
- uses: ./../action/init
with:
tools: ${{ matrix.tools }}
languages: go
config-file: ./.github/codeql/custom-queries.yml
- name: Build code
Expand Down Expand Up @@ -137,9 +130,6 @@ jobs:
TEST_MODE: true

test-proxy:
strategy:
matrix:
tools: [~, latest]
runs-on: ubuntu-latest
container:
image: ubuntu:18.04
Expand All @@ -161,7 +151,6 @@ jobs:
mv ../action/tests/multi-language-repo/{*,.github} .
- uses: ./../action/init
with:
tools: ${{ matrix.tools }}
languages: javascript
- uses: ./../action/analyze
env:
Expand Down

0 comments on commit 2f4ca98

Please sign in to comment.