Skip to content

Commit b51e601

Browse files
committed
use latest
1 parent 41e4e1a commit b51e601

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/e2e-test.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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: |
@@ -91,7 +91,7 @@ jobs:
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

0 commit comments

Comments
 (0)