Skip to content

Commit e2f9995

Browse files
fix: update repo actions
1 parent c89d156 commit e2f9995

File tree

1 file changed

+5
-11
lines changed

1 file changed

+5
-11
lines changed

.github/workflows/build-and-test.yml

Lines changed: 5 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,9 @@ jobs:
2222
run: ./gradlew clean build
2323

2424
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
25+
uses: ./.github/workflows/run-integration-tests.yaml
26+
with:
27+
branch: main
28+
jdk: 11
29+
distribution: corretto
3630

0 commit comments

Comments
 (0)