From 0d5eeb204004273acb1b438c4bb7950e548c1137 Mon Sep 17 00:00:00 2001 From: Vadim <44135514+vodemn@users.noreply.github.com> Date: Mon, 20 Jan 2025 17:48:57 +0100 Subject: [PATCH] typo --- .github/workflows/run_integration_tests.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/run_integration_tests.yml b/.github/workflows/run_integration_tests.yml index d04cbfa..adbe5ab 100644 --- a/.github/workflows/run_integration_tests.yml +++ b/.github/workflows/run_integration_tests.yml @@ -27,6 +27,7 @@ jobs: bash .github/scripts/restore_from_base64.sh "${{ secrets.CONSTANTS }}" "lib/constants.dart" bash .github/scripts/restore_from_base64.sh "${{ secrets.GOOGLE_SERVICES_JSON_IOS }}" "ios/Runner/GoogleService-Info.plist" bash .github/scripts/restore_from_base64.sh "${{ secrets.FIREBASE_APP_ID_FILE }}" "ios/firebase_app_id_file.json" + bash .github/scripts/restore_from_base64.sh "${{ secrets.FIREBASE_JSON }}" "firebase.json" - uses: subosito/flutter-action@v2 with: