Update qa-build.yml

This commit is contained in:
Aman Singh
2023-02-28 00:42:51 +05:30
committed by GitHub Enterprise
parent a815d90baf
commit a76ec2566a

View File

@@ -74,7 +74,10 @@ jobs:
with:
node-version: 16.x
cache: 'yarn'
- run: yarn install --frozen-lockfile # optional, --immutable
- name: Install yarn
run: npm install --global yarn
- name: Install dependency
run: yarn
- 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 && ls -R ./