Added jest unit tests with CI and deploy stack into test branch #6

Merged
joan merged 10 commits from jest-ci into dev 2022-03-31 08:21:07 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 4fb5d46a52 - Show all commits

2
Jenkinsfile vendored
View File

@ -17,7 +17,7 @@ pipeline {
// env.NODE_ENV = 'production'
// env.BACK_REPLICAS = 1
// break
case 'jest-ci':
case 'test':
env.NODE_ENV = 'test'
env.BACK_REPLICAS = 1
break