Skip to content

Commit 15bd158

Browse files
don't fail-fast on integration tests
1 parent a76042a commit 15bd158

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/integration-testing.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on: [push, pull_request]
55
jobs:
66
multi-language-repo_test-autodetect-languages:
77
strategy:
8+
fail-fast: false
89
matrix:
910
os: [ubuntu-latest, windows-latest, macos-latest]
1011
runs-on: ${{ matrix.os }}
@@ -28,6 +29,7 @@ jobs:
2829

2930
multi-language-repo_test-custom-queries:
3031
strategy:
32+
fail-fast: false
3133
matrix:
3234
os: [ubuntu-latest, windows-latest, macos-latest]
3335
runs-on: ${{ matrix.os }}
@@ -55,6 +57,7 @@ jobs:
5557
# Currently is not possible to analyze Go in conjunction with other languages in macos
5658
multi-language-repo_test-go-custom-queries:
5759
strategy:
60+
fail-fast: false
5861
matrix:
5962
os: [ubuntu-latest, windows-latest, macos-latest]
6063
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)