Skip to content

Commit

Permalink
ci(health-api-library): Add properties to lint task
Browse files Browse the repository at this point in the history
PM-68
  • Loading branch information
jackkray committed Jul 3, 2024
1 parent cdf3baf commit ba5d843
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/health-api-library.check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,13 @@ jobs:

- name: run android lint
run: ./gradlew health-api-library:library:lint
with:
script: >
-PtestClientId="${{ inputs.clientId != '' && inputs.clientId || 'gini-mobile-test'}}"
-PtestClientSecret="${{ inputs.clientSecret != '' && inputs.clientSecret || secrets.GINI_MOBILE_TEST_CLIENT_SECRET }}"
-PtestApiUri="${{ inputs.healthApiBaseUrl != '' && inputs.healthApiBaseUrl || 'https://health-api.gini.net' }}"
-PtestUserCenterUri="${{ inputs.userCenterBaseUrl != '' && inputs.userCenterBaseUrl || 'https://user.gini.net' }}"
-PtestBankApiUri="${{ inputs.payApiBaseUrl != '' && inputs.payApiBaseUrl || 'https://pay-api.gini.net' }}"
- name: archive android lint report
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit ba5d843

Please sign in to comment.