We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc8d89e commit bc79c7fCopy full SHA for bc79c7f
1 file changed
.github/workflows/test.yml
@@ -18,4 +18,6 @@ jobs:
18
run: npm ci
19
20
- name: Run tests
21
+ env:
22
+ FLUENT_USER_EMAIL: 'test@example.com'
23
run: npm test -- --ci
0 commit comments