This commit is contained in:
2020-03-02 22:47:41 +03:00
parent b72fecbbec
commit 7d73129731
11 changed files with 76 additions and 61 deletions

6
ui/Jenkinsfile vendored
View File

@@ -1,6 +1,4 @@
stage('ui tests') {
steps {
echo 'ui tests'
sh 'npm run test:ui'
}
echo 'ui tests'
sh 'npm run test:ui'
}