Skip to content

Commit 197f87a

Browse files
committed
Add node env as test
1 parent e869b9a commit 197f87a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci-cd.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,8 @@ jobs:
142142
- name: Run tests
143143
run: npm run test -- --run
144144
working-directory: client
145+
env:
146+
NODE_ENV: test
145147

146148
- name: Build with Node
147149
run: npm run build

0 commit comments

Comments
 (0)