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 8233f44 commit 126069aCopy full SHA for 126069a
.github/workflows/cicd.yaml
@@ -150,7 +150,7 @@ jobs:
150
- name: Install stac-fastapi and stac-api-validator
151
run: pip install ./stac_fastapi/pgstac[server] stac-api-validator
152
- name: Load data and validate
153
- run: python -m stac_fastapi.pgstac.app & ./scripts/wait-for-it.sh http://localhost:8080 && python ./scripts/ingest_joplin.py http://localhost:8080 && stac-api-validator --root-url http://localhost:8080 --conformance core
+ run: python -m stac_fastapi.pgstac.app & ./scripts/wait-for-it.sh localhost:8080 && python ./scripts/ingest_joplin.py http://localhost:8080 && stac-api-validator --root-url http://localhost:8080 --conformance core
154
env:
155
POSTGRES_USER: username
156
POSTGRES_PASS: password
0 commit comments