From 3e0154dae97e50030dfc01191a1f171f33655165 Mon Sep 17 00:00:00 2001 From: Sayali Gaikawad Date: Tue, 22 Aug 2023 16:21:34 -0700 Subject: [PATCH] test Signed-off-by: Sayali Gaikawad --- .github/workflows/check-compatibility.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check-compatibility.yml b/.github/workflows/check-compatibility.yml index 27e4362ae6c53..aada097bf8573 100644 --- a/.github/workflows/check-compatibility.yml +++ b/.github/workflows/check-compatibility.yml @@ -17,7 +17,7 @@ jobs: ref: ${{ github.event.pull_request.head.sha }} - name: Run compatibility task - run: ./gradlew checkCompatibility -i | tee $HOME/gradlew-check.out + run: ./gradlew checkCompatibility -i -PrepositoryUrls=https://github.com/opensearch-project/common-utils | tee $HOME/gradlew-check.out - name: Get results run: |