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,14 +53,14 @@ 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@${{ github.event.client_payload.versionOrTag }} "
56
+ echo "Polling npm for firebase@latest "
57
57
node ../scripts/release/poll-npm-publish.js
58
58
env :
59
- VERSION : ${{ github.event.client_payload.versionOrTag }}
59
+ VERSION : latest
60
60
- name : Yarn install
61
61
run : |
62
- echo "Installing firebase@${{ github.event.client_payload.versionOrTag }} "
63
- yarn add firebase@${{ github.event.client_payload.versionOrTag }}
62
+ echo "Installing firebase@latest "
63
+ yarn add firebase@latest
64
64
yarn
65
65
- name : Deploy "callTest" cloud function
66
66
run : |
91
91
env :
92
92
WEBHOOK_URL : ${{ secrets.JSCORE_CHAT_WEBHOOK_URL }}
93
93
RELEASE_TRACKER_URL : ${{ secrets.RELEASE_TRACKER_URL }}
94
- VERSION_OR_TAG : ${{ github.event.client_payload.versionOrTag }}
94
+ VERSION_OR_TAG : latest
95
95
# run in root
96
96
working-directory : ' .'
97
97
- name : Tests failed
You can’t perform that action at this time.
0 commit comments