summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHui Lan <lanhui@zjnu.edu.cn>2021-02-06 23:14:52 +0800
committerHui Lan <lanhui@zjnu.edu.cn>2021-02-06 23:14:52 +0800
commit78683a0d17163cd873e65fed7fdf6c0084026e91 (patch)
tree63f276d5a99f111f4d13c533ff22675e89eb256a
parent9c324e781fbac2c3d58de3fbe8dd358b1eb5f211 (diff)
Jenkinsfile: try test_next_essay.py again.
-rw-r--r--Jenkinsfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Jenkinsfile b/Jenkinsfile
index 3bb9230..9aaf0f7 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -24,6 +24,7 @@ pipeline {
sh 'pip3 install selenium -U -q'
sh 'python3 -m pytest ./app/test/test_signup.py'
sh 'python3 -m pytest ./app/test/test_login.py'
+ sh 'python3 -m pytest ./app/test/test_next_essay.py'
}
}
stage('DeployIt') {