Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
anssari1 committed Oct 24, 2024
1 parent a92d1a9 commit cbbf510
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/release-sdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,14 @@ on:

jobs:
run-examples:
strategy:
matrix:
jdk: [ 8, 11, 17, 21 ]
uses: ./.github/workflows/run-examples.yaml
secrets: inherit
with:
branch: ${{ inputs.branch }}
jdk: 21
jdk: ${{ matrix.jdk }}

# release-sdk:
# uses: ExpediaGroup/expediagroup-java-sdk/.github/workflows/selfserve-release-sdk.yaml@v20241013
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/run-examples.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ on:
type: string
default: 'corretto'
branch:
description: 'Branch to build SDK and run examples from'
required: true
type: string

Expand Down

0 comments on commit cbbf510

Please sign in to comment.