File tree Expand file tree Collapse file tree 2 files changed +1
-8
lines changed Expand file tree Collapse file tree 2 files changed +1
-8
lines changed Original file line number Diff line number Diff line change 1818 name : " Setup Test Matrix"
1919 needs : " Spec"
2020 runs-on : ubuntu-latest
21- with :
22- flags : " --nightly"
2321 outputs :
2422 matrix : ${{ steps.get-matrix.outputs.matrix }}
2523
5553 needs :
5654 - setup_matrix
5755 if : ${{ needs.setup_matrix.outputs.matrix != '{}' }}
56+
5857 runs-on : ubuntu-latest
59- with :
60- flags : " --nightly"
6158 strategy :
6259 fail-fast : false
6360 matrix : ${{fromJson(needs.setup_matrix.outputs.matrix)}}
Original file line number Diff line number Diff line change 1616 name : " Setup Test Matrix"
1717 needs : " Spec"
1818 runs-on : ubuntu-latest
19- with :
20- flags : " --nightly"
2119 outputs :
2220 matrix : ${{ steps.get-matrix.outputs.matrix }}
2321
5553 if : ${{ needs.setup_matrix.outputs.matrix != '{}' }}
5654
5755 runs-on : ubuntu-latest
58- with :
59- flags : " --nightly"
6056 strategy :
6157 fail-fast : false
6258 matrix : ${{fromJson(needs.setup_matrix.outputs.matrix)}}
You can’t perform that action at this time.
0 commit comments