We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a76042a commit 15bd158Copy full SHA for 15bd158
.github/workflows/integration-testing.yml
@@ -5,6 +5,7 @@ on: [push, pull_request]
5
jobs:
6
multi-language-repo_test-autodetect-languages:
7
strategy:
8
+ fail-fast: false
9
matrix:
10
os: [ubuntu-latest, windows-latest, macos-latest]
11
runs-on: ${{ matrix.os }}
@@ -28,6 +29,7 @@ jobs:
28
29
30
multi-language-repo_test-custom-queries:
31
32
33
34
35
@@ -55,6 +57,7 @@ jobs:
55
57
# Currently is not possible to analyze Go in conjunction with other languages in macos
56
58
multi-language-repo_test-go-custom-queries:
59
60
61
62
63
0 commit comments