Skip to content

Commit 7acfd1d

Browse files
author
Cédric Belin
committed
Update the CI
1 parent b9769e2 commit 7acfd1d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ jobs:
1616
run: npm ci
1717
- name: Run tests
1818
run: npm test
19+
env:
20+
NODE_ENV: test
1921
run:
2022
continue-on-error: ${{matrix.platform == 'macos-latest'}}
2123
needs: test

0 commit comments

Comments
 (0)