Skip to content

Commit

Permalink
Try fix CI Tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Eldar2021 committed Jul 2, 2024
1 parent 3ace59d commit 794d981
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/analyze_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ jobs:
channel: "stable"
- run: flutter doctor

- run: dart pub global activate flutterfire_cli

- name: "Melos Install"
run: dart pub global activate melos

Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/build_android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ jobs:
channel: "stable"
- run: flutter doctor

- run: dart pub global activate flutterfire_cli

- name: "Melos Install"
run: dart pub global activate melos

Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/build_ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
build_ios:
runs-on: macos-12
runs-on: macos-latest
steps:
- uses: actions/checkout@v3
- uses: subosito/flutter-action@v2
Expand All @@ -18,6 +18,8 @@ jobs:
architecture: x64
- run: flutter doctor

- run: dart pub global activate flutterfire_cli

- name: "Melos Install"
run: dart pub global activate melos

Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/ci_android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ jobs:
cache: gradle
- run: flutter doctor -v

- run: dart pub global activate flutterfire_cli

- name: "Melos Install"
run: dart pub global activate melos

Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/ci_ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ jobs:
channel: stable
- run: flutter doctor -v

- run: dart pub global activate flutterfire_cli

- name: "Melos Install"
run: dart pub global activate melos

Expand Down

0 comments on commit 794d981

Please sign in to comment.