From e6b174cea764f7ae20bc6d5a743fdc8c442ba125 Mon Sep 17 00:00:00 2001 From: Nafis Zaman Date: Fri, 16 Aug 2024 09:52:23 -0700 Subject: [PATCH] Add cd step to list firebase projects for debugging --- .github/workflows/cd.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 9040690..f52e086 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -47,6 +47,8 @@ jobs: create_credentials_file: true export_environment_variables: true cleanup_credentials: true + - name: List firebase projects + run: firebase projects:list - name: Install dependencies run: npm install working-directory: checkout-prefix