Skip to content

Commit bc02dd1

Browse files
committed
Try again
1 parent 816064b commit bc02dd1

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/e2e-test.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,9 @@ jobs:
4343
echo "export const config = $PROJECT_CONFIG; export const testAccount = $TEST_ACCOUNT" > firebase-config.js
4444
- name: Yarn install
4545
run: |
46-
echo "Installing firebase@$FIREBASE_TAG"
47-
yarn add firebase@$FIREBASE_TAG
46+
echo "Installing firebase@${{ github.event.inputs.tag }}"
47+
yarn add firebase@${{ github.event.inputs.tag }}
4848
yarn
49-
env:
50-
FIREBASE_TAG: ${{ github.event.inputs.tag }}
5149
- name: Deploy "callTest" cloud function
5250
run: |
5351
pushd functions

0 commit comments

Comments
 (0)