Skip to content

Commit 9b0307f

Browse files
chore: configure integration test workflow (#30)
1 parent 056df34 commit 9b0307f

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/release-sdk.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,16 @@ jobs:
2121
branch: ${{ inputs.branch }}
2222
jdk: ${{ matrix.jdk }}
2323

24+
integration-test:
25+
strategy:
26+
matrix:
27+
jdk: [ 8, 11, 17, 21 ]
28+
uses: ./.github/workflows/integration-test.yaml
29+
secrets: inherit
30+
with:
31+
branch: ${{ inputs.branch }}
32+
jdk: ${{ matrix.jdk }}
33+
2434
release-sdk:
2535
uses: ExpediaGroup/expediagroup-java-sdk/.github/workflows/selfserve-release-sdk.yaml@v20241126
2636
needs: [ run-examples ]

0 commit comments

Comments
 (0)