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