Skip to content

Commit

Permalink
update action
Browse files Browse the repository at this point in the history
  • Loading branch information
anssari1 committed Aug 26, 2024
1 parent 6b78aad commit bcc7629
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ jobs:
jdk: [8, 11, 17, 21]
if: always() && !contains(needs.*.result, 'failure') && !contains(needs.*.result, 'cancelled') && inputs.sdk_namespace == 'rapid'
needs: [ generate-test-sdk ]
uses: "ExpediaGroup/rapid-java-sdk/.github/workflows/run-examples.yaml@main"
uses: "ExpediaGroup/rapid-java-sdk/.github/workflows/run-examples.yaml@nanssari/fix_examples"
with:
sdk_version: ${{ needs.generate-test-sdk.outputs.version }}
jdk: ${{ matrix.jdk }}
Expand Down

0 comments on commit bcc7629

Please sign in to comment.