Skip to content

Commit bc79c7f

Browse files
committed
fix: prevent test crash by mocking env variables
1 parent dc8d89e commit bc79c7f

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,6 @@ jobs:
1818
run: npm ci
1919

2020
- name: Run tests
21+
env:
22+
FLUENT_USER_EMAIL: 'test@example.com'
2123
run: npm test -- --ci

0 commit comments

Comments
 (0)