Skip to content

Commit 3999ce1

Browse files
committed
e2e back to double quotes
1 parent e3e2845 commit 3999ce1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/e2e-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
PROJECT_CONFIG: ${{ secrets.TEST_PROJECT_CONFIG }}
5050
TEST_ACCOUNT: ${{ secrets.TEST_ACCOUNT }}
5151
run: |
52-
echo 'export const config = $PROJECT_CONFIG; export const testAccount = $TEST_ACCOUNT' > firebase-config.js
52+
echo "export const config = $PROJECT_CONFIG; export const testAccount = $TEST_ACCOUNT" > firebase-config.js
5353
- name: Poll npm until version to test is available for install
5454
run: |
5555
echo "Polling npm for firebase@${{ github.event.client_payload.versionOrTag }}"

0 commit comments

Comments
 (0)