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