mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
compile acceptance tests
This commit is contained in:
parent
b1a7f779d1
commit
0e8ce29414
1 changed files with 1 additions and 1 deletions
2
services/document-updater/Jenkinsfile
vendored
2
services/document-updater/Jenkinsfile
vendored
|
@ -34,7 +34,7 @@ pipeline {
|
|||
}
|
||||
steps {
|
||||
sh 'node_modules/.bin/grunt compile'
|
||||
// sh 'node_modules/.bin/grunt compile:acceptance_tests'
|
||||
sh 'node_modules/.bin/grunt compile:acceptance_tests'
|
||||
sh 'NODE_ENV=development node_modules/.bin/grunt test:unit'
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue