We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9769e2 commit 7acfd1dCopy full SHA for 7acfd1d
.github/workflows/ci.yaml
@@ -16,6 +16,8 @@ jobs:
16
run: npm ci
17
- name: Run tests
18
run: npm test
19
+ env:
20
+ NODE_ENV: test
21
run:
22
continue-on-error: ${{matrix.platform == 'macos-latest'}}
23
needs: test
0 commit comments