Tests for Jenkins

This commit is contained in:
Dawid Majsnerowski 2019-11-19 17:22:16 +01:00
parent 76d7ec97d5
commit bedc5b039b

4
Jenkinsfile vendored
View File

@ -4,8 +4,8 @@
stages { stages {
stage('Build') { stage('Build') {
steps { steps {
sh "cd tests" sh "cd test"
sh "npm install" echo 'Building..'
} }
} }
stage('Test') { stage('Test') {