feat: Update mobile CI workflow to use mobile-install-ci for CI-specific setup

This commit is contained in:
Achintha Isuru
2026-02-20 01:02:37 -05:00
parent 1510b69d59
commit 49f32b24f4
3 changed files with 28 additions and 4 deletions

View File

@@ -80,7 +80,7 @@ jobs:
- name: 📦 Get Flutter dependencies
run: |
make mobile-install
make mobile-install-ci
- name: 🔨 Run compilation check
run: |
@@ -120,7 +120,7 @@ jobs:
- name: 📦 Get Flutter dependencies
run: |
make mobile-install
make mobile-install-ci
- name: 🔍 Lint changed Dart files
run: |