Skip to content

Commit 73041a1

Browse files
author
Phil Varner
committed
turn off es ssl in ci
1 parent 7284c79 commit 73041a1

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/cicd.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,11 +65,13 @@ jobs:
6565
cd stac_fastapi/elasticsearch && pipenv run pytest -svvv
6666
env:
6767
ENVIRONMENT: testing
68-
ES_USER: dev
69-
ES_PASS: stac
68+
# ES_USER: dev
69+
# ES_PASS: stac
7070
ES_PORT: 9200
7171
ES_HOST: 172.17.0.1
72-
#
72+
ES_USE_SSL: false
73+
ES_VERIFY_CERTS: false
74+
7375
# - name: Run test suite against Elasticsearch 8.x
7476
# run: |
7577
# cd stac_fastapi/elasticsearch && pipenv run pytest -svvv

0 commit comments

Comments
 (0)