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 11name : " Integration Testing"
22
3- on : [push, pull_request ]
3+ on : [push]
44
55jobs :
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 :
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 }}
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 }}
You can’t perform that action at this time.
0 commit comments