fix: Add secrets.local.dart setup step for CI environment
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
parent
234048e487
commit
f75549ab9a
|
|
@ -21,6 +21,9 @@ jobs:
|
|||
flutter-version: '3.27.1'
|
||||
channel: 'stable'
|
||||
|
||||
- name: Prepare local secrets for CI
|
||||
run: cp lib/secrets.local.dart.example lib/secrets.local.dart
|
||||
|
||||
- name: Get dependencies
|
||||
run: flutter pub get
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue