don't fail-fast on integration tests
This commit is contained in:
parent
a76042ab4a
commit
15bd158ded
1 changed files with 3 additions and 0 deletions
3
.github/workflows/integration-testing.yml
vendored
3
.github/workflows/integration-testing.yml
vendored
|
|
@ -5,6 +5,7 @@ on: [push, pull_request]
|
|||
jobs:
|
||||
multi-language-repo_test-autodetect-languages:
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
os: [ubuntu-latest, windows-latest, macos-latest]
|
||||
runs-on: ${{ matrix.os }}
|
||||
|
|
@ -28,6 +29,7 @@ jobs:
|
|||
|
||||
multi-language-repo_test-custom-queries:
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
os: [ubuntu-latest, windows-latest, macos-latest]
|
||||
runs-on: ${{ matrix.os }}
|
||||
|
|
@ -55,6 +57,7 @@ jobs:
|
|||
# Currently is not possible to analyze Go in conjunction with other languages in macos
|
||||
multi-language-repo_test-go-custom-queries:
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
os: [ubuntu-latest, windows-latest, macos-latest]
|
||||
runs-on: ${{ matrix.os }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue