Update qa-build.yml

This commit is contained in:
Aman Singh
2023-02-27 20:02:02 +05:30
committed by GitHub Enterprise
parent e145a7f4be
commit 2ecd1fb914

View File

@@ -79,7 +79,7 @@ jobs:
cmd: install # will run `yarn install` command
- name: Assemble with Stacktrace - QA Debug
if: (github.event.inputs.environment == 'qa' || inputs.environment == 'qa') && (github.event.inputs.type == 'debug' || inputs.type == 'debug')
run: yarn move:qa && cd android && ./gradlew assembleDebug --stacktrace
run: yarn move:qa && cd android && ./gradlew assembleDebug --stacktrace && cd android/app/build/outputs/apk/release && ls && cd android/app/build/outputs/apk/debug && ls
- name: Assemble with Stacktrace - DEV Debug
if: (github.event.inputs.environment == 'dev' || inputs.environment == 'dev') && (github.event.inputs.type == 'debug' || inputs.type == 'debug')
run: yarn move:dev &&cd android && ./gradlew assembleDebug --stacktrace