diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index 9a50e28f..40d347ab 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -74,7 +74,7 @@ jobs: - name: Run test suite against Elasticsearch 7.x run: | - cd stac_fastapi/elasticsearch && pipenv run pytest -svvv + cd stac_fastapi/elastic_search && pipenv run pytest -svvv env: ENVIRONMENT: testing ES_PORT: 9200 @@ -84,7 +84,7 @@ jobs: - name: Run test suite against Elasticsearch 8.x run: | - cd stac_fastapi/elasticsearch && pipenv run pytest -svvv + cd stac_fastapi/elastic_search && pipenv run pytest -svvv env: ENVIRONMENT: testing ES_PORT: 9400