feat: Install Firebase CLI in CI workflow and simplify SDK generation process
This commit is contained in:
8
.github/workflows/mobile-ci.yml
vendored
8
.github/workflows/mobile-ci.yml
vendored
@@ -78,6 +78,10 @@ jobs:
|
||||
channel: 'stable'
|
||||
cache: true
|
||||
|
||||
- name: 🔧 Install Firebase CLI
|
||||
run: |
|
||||
npm install -g firebase-tools
|
||||
|
||||
- name: 📦 Get Flutter dependencies
|
||||
run: |
|
||||
make mobile-install-ci
|
||||
@@ -118,6 +122,10 @@ jobs:
|
||||
channel: 'stable'
|
||||
cache: true
|
||||
|
||||
- name: 🔧 Install Firebase CLI
|
||||
run: |
|
||||
npm install -g firebase-tools
|
||||
|
||||
- name: 📦 Get Flutter dependencies
|
||||
run: |
|
||||
make mobile-install-ci
|
||||
|
||||
Reference in New Issue
Block a user