We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 816064b commit bc02dd1Copy full SHA for bc02dd1
.github/workflows/e2e-test.yml
@@ -43,11 +43,9 @@ jobs:
43
echo "export const config = $PROJECT_CONFIG; export const testAccount = $TEST_ACCOUNT" > firebase-config.js
44
- name: Yarn install
45
run: |
46
- echo "Installing firebase@$FIREBASE_TAG"
47
- yarn add firebase@$FIREBASE_TAG
+ echo "Installing firebase@${{ github.event.inputs.tag }}"
+ yarn add firebase@${{ github.event.inputs.tag }}
48
yarn
49
- env:
50
- FIREBASE_TAG: ${{ github.event.inputs.tag }}
51
- name: Deploy "callTest" cloud function
52
53
pushd functions
0 commit comments