overleaf/server-ce/test/Makefile

8 lines
151 B
Makefile
Raw Normal View History

all: test-e2e
test-e2e:
docker-compose down -v -t 0
docker-compose -f docker-compose.yml run --rm e2e
docker-compose down -v -t 0
.PHONY: test-e2e