File tree Expand file tree Collapse file tree 3 files changed +8
-0
lines changed
Expand file tree Collapse file tree 3 files changed +8
-0
lines changed Original file line number Diff line number Diff line change 4040 with :
4141 java-version : ${{ matrix.java }}
4242 kube-version : ${{ matrix.kubernetes }}
43+ checkout-ref : fabric8-next-version
4344
4445 httpclient-tests :
4546 strategy :
5152 kube-version : ' v1.25.5'
5253 http-client : ${{ matrix.httpclient }}
5354 experimental : true
55+ checkout-ref : fabric8-next-version
5456
5557 special_integration_tests :
5658 runs-on : ubuntu-latest
5961 java : [ 11, 17 ]
6062 steps :
6163 - uses : actions/checkout@v3
64+ with :
65+ ref : fabric8-next-version
6266 - name : Set up Java and Maven
6367 uses : actions/setup-java@v3
6468 with :
Original file line number Diff line number Diff line change 4040 with :
4141 java-version : ${{ matrix.java }}
4242 kube-version : ${{ matrix.kubernetes }}
43+ checkout-ref : ${GITHUB_REF##*/}
4344
4445 httpclient-tests :
4546 strategy :
5152 kube-version : ' v1.29.1'
5253 http-client : ${{ matrix.httpclient }}
5354 experimental : true
55+ checkout-ref : ${GITHUB_REF##*/}
5456
5557 special_integration_tests :
5658 runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 3131 needs : test
3232 steps :
3333 - uses : actions/checkout@v3
34+ with :
35+ ref : fabric8-next-version
3436 - name : Set up Java and Maven
3537 uses : actions/setup-java@v3
3638 with :
You can’t perform that action at this time.
0 commit comments