mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Fix Jenkinsfile syntax
This commit is contained in:
parent
d9d7c96958
commit
7efef12981
1 changed files with 2 additions and 2 deletions
4
services/web/Jenkinsfile
vendored
4
services/web/Jenkinsfile
vendored
|
@ -112,13 +112,13 @@ pipeline {
|
|||
stage('Unit Tests') {
|
||||
steps {
|
||||
sh 'make install'
|
||||
sh "make test_unit MOCHA_ARGS="--reporter=tap"'
|
||||
sh 'make test_unit MOCHA_ARGS="--reporter=tap"'
|
||||
}
|
||||
}
|
||||
|
||||
stage('Acceptance Tests') {
|
||||
steps {
|
||||
sh "make test_acceptance MOCHA_ARGS="--reporter=tap"'
|
||||
sh 'make test_acceptance MOCHA_ARGS="--reporter=tap"'
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue