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 53f74a9 commit 1f98265Copy full SHA for 1f98265
.github/workflows/tests.yml
@@ -64,6 +64,9 @@ jobs:
64
TEST_USER_EMAIL: ${{ secrets.TEST_USER_EMAIL }}
65
TEST_USER_PASSWORD: ${{ secrets.TEST_USER_PASSWORD }}
66
67
+ TEST_USER_EMAIL_2: ${{ secrets.TEST_USER_EMAIL_2 }}
68
+ TEST_USER_PASSWORD_2: ${{ secrets.TEST_USER_PASSWORD_2 }}
69
+
70
- name: Upload coverage to Codecov
71
uses: codecov/codecov-action@v2
72
with:
0 commit comments