mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
8 lines
151 B
Makefile
8 lines
151 B
Makefile
|
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
|