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 0c8f92b commit a6f2ad2Copy full SHA for a6f2ad2
.github/workflows/cicd.yaml
@@ -83,7 +83,7 @@ jobs:
83
uv pip install stac-api-validator==0.6.5
84
85
- name: Load data and validate
86
- run: uv run python -m stac_fastapi.pgstac.app & ./scripts/wait-for-it.sh localhost:8080 && uv run ./scripts/ingest_joplin.py http://localhost:8080 && ./scripts/validate http://localhost:8080
+ run: uv run python -m stac_fastapi.pgstac.app & ./scripts/wait-for-it.sh localhost:8080 && uv run ./scripts/ingest_joplin.py http://localhost:8080 && uv run ./scripts/validate http://localhost:8080
87
env:
88
PGUSER: username
89
PGPASSWORD: password
0 commit comments