Skip to content

Commit 50545f1

Browse files
committed
set right env for running tests
1 parent 41058b1 commit 50545f1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,10 @@ jobs:
3333
run: npm run format:check
3434
- name: Run tests
3535
run: |
36-
echo $NODE_ENV
37-
npm test
36+
echo $NODE_ENV
3837
echo $CODEMASH_PROJECT_ID
3938
echo $CODEMASH_SECRET_KEY
39+
npm test
4040
env:
4141
NODE_ENV: test
4242
- name: Upload test coverage

0 commit comments

Comments
 (0)