Skip to content

Commit 015ead7

Browse files
Merge pull request #30 from github/fail-slow
don't fail-fast on integration tests
2 parents 96901ac + c351304 commit 015ead7

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/integration-testing.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
name: "Integration Testing"
22

3-
on: [push, pull_request]
3+
on: [push]
44

55
jobs:
66
multi-language-repo_test-autodetect-languages:
77
strategy:
8+
fail-fast: false
89
matrix:
910
os: [ubuntu-latest, windows-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)