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 {
stage('Build') {
steps {
sh "cd tests"
sh "npm install"
sh "cd test"
echo 'Building..'
}
}
stage('Test') {