Tests for Jenkins

This commit is contained in:
Dawid Majsnerowski 2019-11-19 17:20:21 +01:00
parent 276747169d
commit 76d7ec97d5

1
Jenkinsfile vendored
View File

@ -11,7 +11,6 @@
stage('Test') { stage('Test') {
steps { steps {
echo 'Testing..' echo 'Testing..'
sh ''./node_modules/.bin/wdio run ./test/config/base.conf.js'
} }
} }
stage('Deploy') { stage('Deploy') {