From 30b53cc240e8e3bc007bcf66581a156bacfaa651 Mon Sep 17 00:00:00 2001 From: sidhdhi canopas Date: Mon, 9 Sep 2024 10:52:55 +0530 Subject: [PATCH] refactor --- .github/workflows/function_deploy.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/function_deploy.yml b/.github/workflows/function_deploy.yml index bbbd0d15..48e701b2 100644 --- a/.github/workflows/function_deploy.yml +++ b/.github/workflows/function_deploy.yml @@ -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: | @@ -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