Skip to content

Commit a99607f

Browse files
committed
fix
1 parent 229701b commit a99607f

File tree

2 files changed

+3
-13
lines changed

2 files changed

+3
-13
lines changed

.github/workflows/release-sdk.yaml

Lines changed: 3 additions & 13 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:
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 }}

0 commit comments

Comments
 (0)