File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change 1
1
name : " Integration Testing"
2
2
3
- on : [push, pull_request ]
3
+ on : [push]
4
4
5
5
jobs :
6
6
multi-language-repo_test-autodetect-languages :
7
7
strategy :
8
+ fail-fast : false
8
9
matrix :
9
- os : [ubuntu-latest, windows-latest, macos-latest ]
10
+ os : [ubuntu-latest, windows-latest]
10
11
runs-on : ${{ matrix.os }}
11
12
12
13
steps :
28
29
29
30
multi-language-repo_test-custom-queries :
30
31
strategy :
32
+ fail-fast : false
31
33
matrix :
32
34
os : [ubuntu-latest, windows-latest, macos-latest]
33
35
runs-on : ${{ matrix.os }}
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 :
57
59
strategy :
60
+ fail-fast : false
58
61
matrix :
59
62
os : [ubuntu-latest, windows-latest, macos-latest]
60
63
runs-on : ${{ matrix.os }}
You can’t perform that action at this time.
0 commit comments