Skip to content

Commit

Permalink
update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jonhealy1 committed Jan 30, 2024
1 parent 022dcb7 commit 002106a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 002106a

Please sign in to comment.