File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,10 +3,6 @@ name: manual
33on :
44 workflow_dispatch :
55 inputs :
6- app_id_suffix :
7- description : Description for app suffix
8- required : true
9- default : .csuDev
106 app_version :
117 description : Version of application
128 required : true
4642 ./gradlew assembleCsuDevDebug --stacktrace
4743 env :
4844 APP_VERSION : " ${{ github.event.inputs.app_version }}"
49- APPLICATION_ID_SUFFIX : " ${{ github.event.inputs.app_id_suffix }}"
5045
5146 # Run Tests Build
5247# - name: Run gradle tests
Original file line number Diff line number Diff line change @@ -105,7 +105,7 @@ android {
105105 dimension ' std'
106106 }
107107 csuDev {
108- applicationIdSuffix System . getenv( " APPLICATION_ID_SUFFIX " ) ?: " .csuDev"
108+ applicationId " org.openimis.imisclaims .csuDev"
109109 resValue " string" , " app_name_claims" , " Claims CSU Test"
110110 resValue " string" , " release_tag" , " csu-test"
111111 buildConfigField " String" , " API_BASE_URL" , ' "https://test-csuapps.minsante.cm/"'
You can’t perform that action at this time.
0 commit comments