File tree 3 files changed +8
-0
lines changed
3 files changed +8
-0
lines changed Original file line number Diff line number Diff line change 40
40
with :
41
41
java-version : ${{ matrix.java }}
42
42
kube-version : ${{ matrix.kubernetes }}
43
+ checkout-ref : fabric8-next-version
43
44
44
45
httpclient-tests :
45
46
strategy :
51
52
kube-version : ' v1.25.5'
52
53
http-client : ${{ matrix.httpclient }}
53
54
experimental : true
55
+ checkout-ref : fabric8-next-version
54
56
55
57
special_integration_tests :
56
58
runs-on : ubuntu-latest
59
61
java : [ 11, 17 ]
60
62
steps :
61
63
- uses : actions/checkout@v3
64
+ with :
65
+ ref : fabric8-next-version
62
66
- name : Set up Java and Maven
63
67
uses : actions/setup-java@v3
64
68
with :
Original file line number Diff line number Diff line change 40
40
with :
41
41
java-version : ${{ matrix.java }}
42
42
kube-version : ${{ matrix.kubernetes }}
43
+ checkout-ref : ${GITHUB_REF##*/}
43
44
44
45
httpclient-tests :
45
46
strategy :
51
52
kube-version : ' v1.29.1'
52
53
http-client : ${{ matrix.httpclient }}
53
54
experimental : true
55
+ checkout-ref : ${GITHUB_REF##*/}
54
56
55
57
special_integration_tests :
56
58
runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 31
31
needs : test
32
32
steps :
33
33
- uses : actions/checkout@v3
34
+ with :
35
+ ref : fabric8-next-version
34
36
- name : Set up Java and Maven
35
37
uses : actions/setup-java@v3
36
38
with :
You can’t perform that action at this time.
0 commit comments