Skip to content

Commit 8fdadd3

Browse files
committed
fix version
1 parent 25e1cd3 commit 8fdadd3

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,16 +53,16 @@ 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@latest"
56+
echo "Polling npm for firebase@11.8.1"
5757
node ./scripts/release/poll-npm-publish.js
5858
# run in root
5959
working-directory: '.'
6060
env:
61-
VERSION: latest
61+
VERSION: 11.8.1
6262
- name: Yarn install
6363
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
6666
yarn
6767
- name: Deploy "callTest" cloud function
6868
run: |
@@ -93,7 +93,7 @@ jobs:
9393
# env:
9494
# WEBHOOK_URL: ${{ secrets.JSCORE_CHAT_WEBHOOK_URL }}
9595
# RELEASE_TRACKER_URL: ${{ secrets.RELEASE_TRACKER_URL }}
96-
# VERSION_OR_TAG: latest
96+
# VERSION_OR_TAG: 11.8.1
9797
# # run in root
9898
# working-directory: '.'
9999
# - name: Tests failed

0 commit comments

Comments
 (0)