Skip to content

Commit 1f98265

Browse files
ci(tests): update env vars
because of changes 53f74a9 and added feature in #20
1 parent 53f74a9 commit 1f98265

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,9 @@ jobs:
6464
TEST_USER_EMAIL: ${{ secrets.TEST_USER_EMAIL }}
6565
TEST_USER_PASSWORD: ${{ secrets.TEST_USER_PASSWORD }}
6666

67+
TEST_USER_EMAIL_2: ${{ secrets.TEST_USER_EMAIL_2 }}
68+
TEST_USER_PASSWORD_2: ${{ secrets.TEST_USER_PASSWORD_2 }}
69+
6770
- name: Upload coverage to Codecov
6871
uses: codecov/codecov-action@v2
6972
with:

0 commit comments

Comments
 (0)