Skip to content

Commit

Permalink
refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
cp-sidhdhi-p committed Sep 9, 2024
1 parent 060be06 commit ece3a31
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/function_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
${{ runner.os }}-node-
- name: Print Working Directory
run:
run: |
echo "Working directory: $(pwd)"
- name: Install Dependencies
Expand All @@ -46,14 +46,14 @@ jobs:
npm ci
- name: Print Working Directory
run:
run: |
echo "Working directory: $(pwd)"
- name: Install Firebase CLI
run: npm install -g firebase-tools

- name: Print Working Directory
run:
run: |
echo "Working directory: $(pwd)"
- name: Prepare Google Application Credentials
Expand Down

0 comments on commit ece3a31

Please sign in to comment.