Skip to content

Commit 9b04408

Browse files
committed
Test run on Travic
1 parent 0c79bf5 commit 9b04408

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

Jenkinsfile

-7
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,6 @@ pipeline {
2222
sh 'yarn install && yarn build'
2323
}
2424
}
25-
stage('Test') {
26-
steps {
27-
setBuildStatus ("Running the tests", "PENDING")
28-
echo 'running tests'
29-
sh 'yarn run test:unit'
30-
}
31-
}
3225
stage('Deploy') {
3326
when {
3427
branch 'master'

0 commit comments

Comments
 (0)