Added jest unit tests with CI and deploy stack into test branch #6
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue