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 fc48680 commit ccd6d3fCopy full SHA for ccd6d3f
.github/workflows/e2e-test.yml
@@ -16,7 +16,7 @@ name: E2E Smoke Tests
16
17
# Allows REST trigger. Currently triggered by release-cli script during a staging run.
18
on:
19
- push:
+ push:
20
repository_dispatch:
21
types: [staging-tests,canary-tests]
22
@@ -61,7 +61,7 @@ jobs:
61
pushd functions
62
npm install
63
popd
64
- npx firebase-tools deploy --only functions:callTest --project jscore-sandbox-141b5 --token $FIREBASE_CLI_TOKEN
+ npx firebase-tools@13.0.2 deploy --only functions:callTest --project jscore-sandbox-141b5 --token $FIREBASE_CLI_TOKEN
65
working-directory: ./config
66
env:
67
FIREBASE_CLI_TOKEN: ${{ secrets.FIREBASE_CLI_TOKEN }}
0 commit comments