Skip to content

Commit 59a2f6b

Browse files
authored
chore: update generate SDK action version (#49)
1 parent 37bea81 commit 59a2f6b

File tree

3 files changed

+10
-19
lines changed

3 files changed

+10
-19
lines changed

.github/workflows/generate-and-publish-sdk-sources.yaml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,12 @@ on:
1212

1313
jobs:
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 }}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
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 }}" \

.github/workflows/release-sdk.yaml

Lines changed: 4 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -11,29 +11,19 @@ on:
1111
default: ''
1212

1313
jobs:
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 }}

0 commit comments

Comments
 (0)