File tree Expand file tree Collapse file tree 2 files changed +3
-13
lines changed
Expand file tree Collapse file tree 2 files changed +3
-13
lines changed File renamed without changes.
Original file line number Diff line number Diff line change 1111 default : ' '
1212
1313jobs :
14- run-examples :
14+ integration-tests :
1515 strategy :
1616 matrix :
1717 jdk : [ 8, 11, 17, 21 ]
18- uses : ./.github/workflows/run-examples.yaml
19- secrets : inherit
20- with :
21- branch : ${{ inputs.branch }}
22- jdk : ${{ matrix.jdk }}
23-
24- integration-test :
25- strategy :
26- matrix :
27- jdk : [ 8, 11, 17, 21 ]
28- uses : ./.github/workflows/integration-test.yaml
18+ uses : ./.github/workflows/integration-tests.yaml
2919 secrets : inherit
3020 with :
3121 branch : ${{ inputs.branch }}
3222 jdk : ${{ matrix.jdk }}
3323
3424 release-sdk :
3525 uses : ExpediaGroup/expediagroup-java-sdk/.github/workflows/selfserve-release-sdk.yaml@v20241126
36- needs : [ run-examples ]
26+ needs : [ integration-tests ]
3727 secrets : inherit
3828 with :
3929 branch : ${{ inputs.branch }}
You can’t perform that action at this time.
0 commit comments