We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0d678c commit eb3ca2aCopy full SHA for eb3ca2a
.github/workflows/firebase-functions-ci-cd.yml
@@ -49,7 +49,7 @@ jobs:
49
contents: read
50
defaults:
51
run:
52
- working-directory: openci-runner/firebase/functions
+ working-directory: openci-runner/firebase
53
steps:
54
- uses: actions/checkout@v4
55
@@ -61,5 +61,9 @@ jobs:
61
with:
62
credentials_json: ${{ secrets.FIREBASE_SA_KEY }}
63
64
+ - name: Install dependencies
65
+ working-directory: functions
66
+ run: npm ci
67
+
68
- name: Deploy Functions
69
run: npx firebase-tools deploy --only functions --project ${{ secrets.FIREBASE_PROJECT_ID }}
0 commit comments