修改了Jenkinsfile

pull/1/head
张小飞 2021-05-29 18:39:14 +08:00
parent bc245e7c55
commit aad82c7517
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -29,7 +29,7 @@ pipeline {
sh 'sudo docker run -d -p 4444:4444 selenium/standalone-chrome'
sh 'pip3 install pytest -U -q'
sh 'pip3 install selenium -U -q'
sh 'python3 -m pytest -v -s ./code/test'
sh 'python3 -m pytest -v -s ./app/test'
}
}
stage('DeployIt') {