Skip to content

Commit ad7203a

Browse files
committed
chore(ci): remove unused dependency installation steps
Removed redundant pnpm install, yarn lock fix, and mpp-core build steps from the compose-release workflow to streamline the CI process.
1 parent 009c6b6 commit ad7203a

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

.github/workflows/compose-release.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -111,16 +111,6 @@ jobs:
111111
run: npm install -g [email protected]
112112
working-directory: mpp-ui
113113

114-
- name: Install dependencies
115-
run: pnpm install
116-
working-directory: mpp-ui
117-
118-
- name: Fix yarn lock issues
119-
run: ./gradlew kotlinUpgradeYarnLock --no-daemon || echo "Yarn lock upgrade failed, continuing..."
120-
121-
- name: Build mpp-core dependency
122-
run: ./gradlew :mpp-core:assemble --no-daemon
123-
124114
- name: Build Android Debug APK
125115
run: ./gradlew :mpp-ui:assembleDebug --no-daemon
126116

0 commit comments

Comments
 (0)