Skip to content

Commit

Permalink
Add cd step to list firebase projects for debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
navzam committed Aug 16, 2024
1 parent 0d1ed09 commit e6b174c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e6b174c

Please sign in to comment.