Skip to content

Commit ccd6d3f

Browse files
committed
pin tools to v13.0.2
1 parent fc48680 commit ccd6d3f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/e2e-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ name: E2E Smoke Tests
1616

1717
# Allows REST trigger. Currently triggered by release-cli script during a staging run.
1818
on:
19-
push:
19+
push:
2020
repository_dispatch:
2121
types: [staging-tests,canary-tests]
2222

@@ -61,7 +61,7 @@ jobs:
6161
pushd functions
6262
npm install
6363
popd
64-
npx firebase-tools deploy --only functions:callTest --project jscore-sandbox-141b5 --token $FIREBASE_CLI_TOKEN
64+
npx firebase-tools@13.0.2 deploy --only functions:callTest --project jscore-sandbox-141b5 --token $FIREBASE_CLI_TOKEN
6565
working-directory: ./config
6666
env:
6767
FIREBASE_CLI_TOKEN: ${{ secrets.FIREBASE_CLI_TOKEN }}

0 commit comments

Comments
 (0)