Skip to content

Commit 022affa

Browse files
committed
adding NODE_ENV in github workflow
1 parent 5cb4c5b commit 022affa

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
name: Test
22
on: [push]
33
jobs:
4-
run:
4+
test:
5+
env:
6+
NODE_ENV: test
7+
58
runs-on: ubuntu-latest
69
steps:
710
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)