mirror of
https://github.com/vodemn/m3_lightmeter.git
synced 2025-01-31 17:50:40 +00:00
[ios] enable flutterfire
This commit is contained in:
parent
5aa002775b
commit
2610e6aff6
2 changed files with 3 additions and 1 deletions
3
.github/workflows/build_ipa.yml
vendored
3
.github/workflows/build_ipa.yml
vendored
|
@ -45,7 +45,7 @@ env:
|
|||
jobs:
|
||||
build:
|
||||
name: Build .ipa
|
||||
runs-on: macos-13
|
||||
runs-on: macos-latest
|
||||
timeout-minutes: 60
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
@ -124,6 +124,7 @@ jobs:
|
|||
flutter --version
|
||||
flutter pub get
|
||||
flutter pub run intl_utils:generate
|
||||
dart pub global activate flutterfire_cli
|
||||
|
||||
- name: Build .ipa
|
||||
run: |
|
||||
|
|
1
.github/workflows/run_integration_tests.yml
vendored
1
.github/workflows/run_integration_tests.yml
vendored
|
@ -39,6 +39,7 @@ jobs:
|
|||
flutter pub get
|
||||
flutter pub run intl_utils:generate
|
||||
flutter analyze lib --fatal-infos
|
||||
dart pub global activate flutterfire_cli
|
||||
|
||||
- name: Launch iOS simulator
|
||||
uses: futureware-tech/simulator-action@v3
|
||||
|
|
Loading…
Reference in a new issue