Skip to content

Commit 51b42fc

Browse files
Merge branch 'master' into removeNPMAbsolutePaths
2 parents ec4d38a + 015ead7 commit 51b42fc

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/integration-testing.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
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:
9-
os: [ubuntu-latest, windows-latest, macos-latest]
10+
os: [ubuntu-latest, windows-latest]
1011
runs-on: ${{ matrix.os }}
1112

1213
steps:
@@ -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)