mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
732cbf0c26
[server-ce] Add e2e test for CE GitOrigin-RevId: f76ee4d19680c57a3a0854bc89175b3fb352ca41
8 lines
No EOL
151 B
Makefile
8 lines
No EOL
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 |