From 06305ccfd6e502e5b0eded181d78cf9647828652 Mon Sep 17 00:00:00 2001 From: milaGGL <107142260+milaGGL@users.noreply.github.com> Date: Mon, 16 Oct 2023 15:03:27 -0400 Subject: [PATCH] Update firestore.yml --- .github/workflows/firestore.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/firestore.yml b/.github/workflows/firestore.yml index 1af28224620..9819f5fadd4 100644 --- a/.github/workflows/firestore.yml +++ b/.github/workflows/firestore.yml @@ -194,7 +194,7 @@ jobs: run: | python scripts/decrypt_project_info.py Firestore/Example/App/GoogleService-Info.plist cd Firestore - terraform apply -var-file=Example/App/project_info.json -auto-approve &> /dev/null + terraform apply -var-file=Example/App/project_info.json -auto-approve continue-on-error: true - name: Setup build