Skip to content

Commit

Permalink
firebase debug mode
Browse files Browse the repository at this point in the history
  • Loading branch information
gregoriopalama committed Aug 9, 2024
1 parent fe990f3 commit da8f579
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/vitest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
node-version: 20.x
cache: "pnpm"
- run: pnpm install -g firebase-tools
- run: firebase use ${{ vars.PROJECT_ID }}
- run: firebase use ${{ vars.PROJECT_ID }} --debug
- name: "Install Dependencies"
run: pnpm i --frozen-lockfile
- name: "Install Firebase"
Expand Down

0 comments on commit da8f579

Please sign in to comment.