File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -53,16 +53,16 @@ jobs:
53
53
echo "export const config = $PROJECT_CONFIG; export const testAccount = $TEST_ACCOUNT" > firebase-config.js
54
54
- name : Poll npm until version to test is available for install
55
55
run : |
56
- echo "Polling npm for firebase@latest "
56
+ echo "Polling npm for firebase@11.8.1 "
57
57
node ./scripts/release/poll-npm-publish.js
58
58
# run in root
59
59
working-directory : ' .'
60
60
env :
61
- VERSION : latest
61
+ VERSION : 11.8.1
62
62
- name : Yarn install
63
63
run : |
64
- echo "Installing firebase@latest "
65
- yarn add firebase@latest
64
+ echo "Installing firebase@11.8.1 "
65
+ yarn add firebase@11.8.1
66
66
yarn
67
67
- name : Deploy "callTest" cloud function
68
68
run : |
93
93
# env:
94
94
# WEBHOOK_URL: ${{ secrets.JSCORE_CHAT_WEBHOOK_URL }}
95
95
# RELEASE_TRACKER_URL: ${{ secrets.RELEASE_TRACKER_URL }}
96
- # VERSION_OR_TAG: latest
96
+ # VERSION_OR_TAG: 11.8.1
97
97
# # run in root
98
98
# working-directory: '.'
99
99
# - name: Tests failed
You can’t perform that action at this time.
0 commit comments