File tree Expand file tree Collapse file tree 3 files changed +10
-19
lines changed
Expand file tree Collapse file tree 3 files changed +10
-19
lines changed Original file line number Diff line number Diff line change 1212
1313jobs :
1414 generate-and-publish-sources :
15- uses : ExpediaGroup/expediagroup-java-sdk/.github/workflows/selfserve-full-workflow.yaml@v20241126
15+ uses : ExpediaGroup/expediagroup-java-sdk/.github/workflows/selfserve-full-workflow.yaml@v20241217
1616 secrets : inherit
1717 with :
1818 name : xap
19- version : ${{ inputs.version }}
20- transformations : " --headers key --operationIdsToTags"
21- repository : ' ExpediaGroup/xap-java-sdk'
2219 ref : ${{ github.head_ref || github.ref_name }}
20+ repository : ' ExpediaGroup/xap-java-sdk'
21+ sdk_repo_ref : ' v20241217'
22+ transformations : ' --headers key --operationIdsToTags'
23+ version : ${{ inputs.version }}
Original file line number Diff line number Diff line change 5555 mvn clean install
5656
5757 - name : Run Integration Tests
58- working-directory : sdk-repo/integrations
58+ working-directory : sdk-repo/tests/integration
5959 run : |
6060 mvn verify \
6161 -Dcom.expediagroup.xapjavasdk.apikey="${{ secrets.API_KEY }}" \
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 :
35- uses : ExpediaGroup/expediagroup-java-sdk/.github/workflows/selfserve-release-sdk.yaml@v20241126
36- needs : [ run-examples ]
25+ uses : ExpediaGroup/expediagroup-java-sdk/.github/workflows/selfserve-release-sdk.yaml@v20241217
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