mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Fail on failing module acceptance tests
This commit is contained in:
parent
65e44d4770
commit
e9733514af
1 changed files with 2 additions and 0 deletions
|
@ -59,6 +59,8 @@ test_acceptance_app_run: docker-shared.yml
|
|||
docker-compose ${DOCKER_COMPOSE_FLAGS} exec -T test_acceptance npm -q run test:acceptance -- ${MOCHA_ARGS}
|
||||
|
||||
test_acceptance_modules: docker-shared.yml
|
||||
# Break and error on any module failure
|
||||
set -e; \
|
||||
for dir in modules/*; \
|
||||
do \
|
||||
if [ -e $$dir/Makefile ]; then \
|
||||
|
|
Loading…
Reference in a new issue