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