From 794d9810a0acb7df37a9ac1f2bc7ee0551d0ef4e Mon Sep 17 00:00:00 2001 From: Eldar2021 Date: Tue, 2 Jul 2024 20:48:48 +0600 Subject: [PATCH] Try fix CI Tests --- .github/workflows/analyze_test.yml | 2 ++ .github/workflows/build_android.yml | 2 ++ .github/workflows/build_ios.yml | 4 +++- .github/workflows/ci_android.yml | 2 ++ .github/workflows/ci_ios.yml | 2 ++ 5 files changed, 11 insertions(+), 1 deletion(-) diff --git a/.github/workflows/analyze_test.yml b/.github/workflows/analyze_test.yml index c938508c..602c07cc 100644 --- a/.github/workflows/analyze_test.yml +++ b/.github/workflows/analyze_test.yml @@ -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 diff --git a/.github/workflows/build_android.yml b/.github/workflows/build_android.yml index 4e383278..17e480cf 100644 --- a/.github/workflows/build_android.yml +++ b/.github/workflows/build_android.yml @@ -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 diff --git a/.github/workflows/build_ios.yml b/.github/workflows/build_ios.yml index b4432848..eba91a9c 100644 --- a/.github/workflows/build_ios.yml +++ b/.github/workflows/build_ios.yml @@ -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 @@ -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 diff --git a/.github/workflows/ci_android.yml b/.github/workflows/ci_android.yml index 2223cf73..b980886b 100644 --- a/.github/workflows/ci_android.yml +++ b/.github/workflows/ci_android.yml @@ -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 diff --git a/.github/workflows/ci_ios.yml b/.github/workflows/ci_ios.yml index 4d542d45..61117852 100644 --- a/.github/workflows/ci_ios.yml +++ b/.github/workflows/ci_ios.yml @@ -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