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 e3e2845 commit 3999ce1Copy full SHA for 3999ce1
.github/workflows/e2e-test.yml
@@ -49,7 +49,7 @@ jobs:
49
PROJECT_CONFIG: ${{ secrets.TEST_PROJECT_CONFIG }}
50
TEST_ACCOUNT: ${{ secrets.TEST_ACCOUNT }}
51
run: |
52
- echo 'export const config = $PROJECT_CONFIG; export const testAccount = $TEST_ACCOUNT' > firebase-config.js
+ echo "export const config = $PROJECT_CONFIG; export const testAccount = $TEST_ACCOUNT" > firebase-config.js
53
- name: Poll npm until version to test is available for install
54
55
echo "Polling npm for firebase@${{ github.event.client_payload.versionOrTag }}"
0 commit comments