mirror of
https://github.com/immich-app/immich.git
synced 2025-12-10 01:10:21 +03:00
Add pnpm setup to mobile workflow for translation formatting
• Add pnpm action setup step to mobile unit tests workflow • Required for translation file formatting and sorting operations
This commit is contained in:
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@@ -462,6 +462,8 @@ jobs:
|
||||
with:
|
||||
channel: 'stable'
|
||||
flutter-version-file: ./mobile/pubspec.yaml
|
||||
- name: Setup pnpm
|
||||
uses: pnpm/action-setup@a7487c7e89a18df4991f7f222e4898a00d66ddda # v4.1.0
|
||||
- name: Generate translation file
|
||||
run: make translation
|
||||
working-directory: ./mobile
|
||||
|
||||
Reference in New Issue
Block a user