mirror of
https://github.com/vodemn/m3_lightmeter.git
synced 2024-11-22 07:20:39 +00:00
restore firebase_options.dart
This commit is contained in:
parent
4d813ec087
commit
5b58d19541
1 changed files with 8 additions and 0 deletions
8
.github/workflows/ci.yml
vendored
8
.github/workflows/ci.yml
vendored
|
@ -41,6 +41,14 @@ jobs:
|
||||||
- name: Generate intl
|
- name: Generate intl
|
||||||
run: flutter pub run intl_utils:generate
|
run: flutter pub run intl_utils:generate
|
||||||
|
|
||||||
|
- name: Restore firebase_options.dart
|
||||||
|
env:
|
||||||
|
KEYSTORE: ${{ secrets.FIREBASE_OPTIONS }}
|
||||||
|
run: |
|
||||||
|
FIREBASE_OPTIONS_PATH=$RUNNER_TEMP/firebase_options.dart
|
||||||
|
echo -n "$FIREBASE_OPTIONS" | base64 --decode --output $FIREBASE_OPTIONS_PATH
|
||||||
|
cp $FIREBASE_OPTIONS_PATH ./lib
|
||||||
|
|
||||||
- name: Analyze project source
|
- name: Analyze project source
|
||||||
run: flutter analyze lib --fatal-infos
|
run: flutter analyze lib --fatal-infos
|
||||||
# - name: Run tests
|
# - name: Run tests
|
||||||
|
|
Loading…
Reference in a new issue