We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c89d156 commit e2f9995Copy full SHA for e2f9995
.github/workflows/build-and-test.yml
@@ -22,15 +22,9 @@ jobs:
22
run: ./gradlew clean build
23
24
run-integration-tests:
25
- runs-on: ubuntu-latest
26
- steps:
27
- - name: Checkout Repository
28
- uses: actions/checkout@v4
29
-
30
- - name: Run Integration Tests
31
- uses: ExpediaGroup/xap-java-sdk/.github/workflows/run-integration-tests.yaml@main
32
- with:
33
- branch: main
34
- jdk: 11
35
- distribution: corretto
+ uses: ./.github/workflows/run-integration-tests.yaml
+ with:
+ branch: main
+ jdk: 11
+ distribution: corretto
36
0 commit comments