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:
5353 echo "export const config = $PROJECT_CONFIG; export const testAccount = $TEST_ACCOUNT" > firebase-config.js
5454 - name : Poll npm until version to test is available for install
5555 run : |
56- echo "Polling npm for firebase@${{ github.event.client_payload.versionOrTag }} "
56+ echo "Polling npm for firebase@latest "
5757 node ../scripts/release/poll-npm-publish.js
5858 env :
59- VERSION : ${{ github.event.client_payload.versionOrTag }}
59+ VERSION : latest
6060 - name : Yarn install
6161 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
6464 yarn
6565 - name : Deploy "callTest" cloud function
6666 run : |
9191 env :
9292 WEBHOOK_URL : ${{ secrets.JSCORE_CHAT_WEBHOOK_URL }}
9393 RELEASE_TRACKER_URL : ${{ secrets.RELEASE_TRACKER_URL }}
94- VERSION_OR_TAG : ${{ github.event.client_payload.versionOrTag }}
94+ VERSION_OR_TAG : latest
9595 # run in root
9696 working-directory : ' .'
9797 - name : Tests failed
You can’t perform that action at this time.
0 commit comments