Skip to content

Commit d427b39

Browse files
author
Phil Varner
committed
run all tests
1 parent 034cbd8 commit d427b39

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
@@ -25,7 +25,7 @@ docker-shell:
2525

2626
.PHONY: test
2727
test:
28-
-$(run_es) /bin/bash -c 'export && ./scripts/wait-for-it-es.sh elasticsearch:9200 && cd /app/stac_fastapi/elasticsearch/tests/ && pytest api/test_api.py'
28+
-$(run_es) /bin/bash -c 'export && ./scripts/wait-for-it-es.sh elasticsearch:9200 && cd /app/stac_fastapi/elasticsearch/tests/ && pytest'
2929
docker-compose down
3030

3131
.PHONY: run-database

0 commit comments

Comments
 (0)