Skip to content

Commit

Permalink
fix: wait-for-it invocation
Browse files Browse the repository at this point in the history
  • Loading branch information
gadomski committed Dec 30, 2022
1 parent 8233f44 commit 126069a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cicd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ jobs:
- name: Install stac-fastapi and stac-api-validator
run: pip install ./stac_fastapi/pgstac[server] stac-api-validator
- name: Load data and validate
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
env:
POSTGRES_USER: username
POSTGRES_PASS: password
Expand Down

0 comments on commit 126069a

Please sign in to comment.