diff --git a/.github/workflows/qa-build.yml b/.github/workflows/qa-build.yml index 08fe4381..f069ff9e 100644 --- a/.github/workflows/qa-build.yml +++ b/.github/workflows/qa-build.yml @@ -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 ./