We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 034cbd8 commit d427b39Copy full SHA for d427b39
Makefile
@@ -25,7 +25,7 @@ docker-shell:
25
26
.PHONY: test
27
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'
+ -$(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
30
31
.PHONY: run-database
0 commit comments