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 c594b2b commit 30b53cc
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/function_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,11 @@ jobs:
restore-keys: |
${{ runner.os }}-node-
- name: Print Working Directory
run: |
echo "Working directory: $(pwd)"
echo ls -a
- name: Install Dependencies
working-directory: functions
run: |
Expand All @@ -44,6 +49,7 @@ jobs:
- name: Print Working Directory
run: |
echo "Working directory: $(pwd)"
echo ls -a
- name: Install Firebase CLI
run: npm install -g firebase-tools
Expand Down

0 comments on commit 30b53cc

Please sign in to comment.