Skip to content

Commit a0c53d6

Browse files
author
Phil Varner
committed
top ES after running tests
1 parent 97c51fc commit a0c53d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ docker-shell:
2626
.PHONY: test
2727
test:
2828
$(run_es) /bin/bash -c 'export && ./scripts/wait-for-it-es.sh elasticsearch:9200 && cd /app/stac_fastapi/elasticsearch/tests/ && pytest'
29-
#docker-compose down
29+
docker-compose down
3030

3131
.PHONY: run-database
3232
run-database:

0 commit comments

Comments
 (0)