Skip to content

Commit

Permalink
ci(bank-sdk): Add properties to lint
Browse files Browse the repository at this point in the history
PM-68
  • Loading branch information
jackkray committed Jul 3, 2024
1 parent cd7774f commit 6751af5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/bank-sdk.check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6751af5

Please sign in to comment.