From 6751af5aa1347d4c0482bfe0891a70bdf9fe7e1b Mon Sep 17 00:00:00 2001 From: jackkray Date: Wed, 3 Jul 2024 13:15:49 +0200 Subject: [PATCH] ci(bank-sdk): Add properties to lint PM-68 --- .github/workflows/bank-sdk.check.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/bank-sdk.check.yml b/.github/workflows/bank-sdk.check.yml index f43e54d822..9355fd76c8 100644 --- a/.github/workflows/bank-sdk.check.yml +++ b/.github/workflows/bank-sdk.check.yml @@ -206,6 +206,12 @@ jobs: - name: run android lint run: ./gradlew bank-sdk:sdk:lint + with: + script: > + -PtestClientId="gini-mobile-test" + -PtestClientSecret="${{ secrets.GINI_MOBILE_TEST_CLIENT_SECRET }}" + -PtestApiUri="https://pay-api.gini.net" + -PtestUserCenterUri="https://user.gini.net" - name: archive android lint report uses: actions/upload-artifact@v3