diff --git a/.github/workflows/bank-sdk.check.yml b/.github/workflows/bank-sdk.check.yml index f43e54d82..9355fd76c 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