mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Clean up old docker-shared.yml before running tests
This commit is contained in:
parent
fa2a3574db
commit
65e44d4770
1 changed files with 1 additions and 1 deletions
2
services/web/Jenkinsfile
vendored
2
services/web/Jenkinsfile
vendored
|
@ -111,7 +111,7 @@ pipeline {
|
|||
|
||||
stage('Unit Tests') {
|
||||
steps {
|
||||
sh 'make install'
|
||||
sh 'make clean install'
|
||||
sh 'make test_unit MOCHA_ARGS="--reporter=tap"'
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue