Skip to content

Commit 126069a

Browse files
committed
fix: wait-for-it invocation
1 parent 8233f44 commit 126069a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cicd.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ jobs:
150150
- name: Install stac-fastapi and stac-api-validator
151151
run: pip install ./stac_fastapi/pgstac[server] stac-api-validator
152152
- 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
153+
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
154154
env:
155155
POSTGRES_USER: username
156156
POSTGRES_PASS: password

0 commit comments

Comments
 (0)