Update qa-build.yml
This commit is contained in:
committed by
GitHub Enterprise
parent
e145a7f4be
commit
2ecd1fb914
2
.github/workflows/qa-build.yml
vendored
2
.github/workflows/qa-build.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user