Skip to content

Commit

Permalink
update scripts/ci
Browse files Browse the repository at this point in the history
  • Loading branch information
bitner committed Oct 29, 2024
1 parent fa50efd commit b8b2e4b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/civ2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,8 @@ jobs:
POSTGRES_PASSWORD: postgres
POSTGRES_USER: postgres
POSTGRES_DATABASE: postgres
ports:
- 5432:5432
options: >-
--health-cmd pg_isready
--health-interval 10s
Expand Down Expand Up @@ -220,5 +222,6 @@ jobs:
cd /home/runner/work/pgstac/pgstac/src/pypgstac
. .venv/bin/activate
export PATH=$SCRIPTS:$PWD/.venv/bin:$PATH
export PGHOST=localhost
echo $PATH
$SCRIPTS/test

0 comments on commit b8b2e4b

Please sign in to comment.