feat: Update mobile CI workflow to use mobile-install-ci for CI-specific setup
This commit is contained in:
4
.github/workflows/mobile-ci.yml
vendored
4
.github/workflows/mobile-ci.yml
vendored
@@ -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: |
|
||||
|
||||
Reference in New Issue
Block a user