Skip to content

Commit

Permalink
wait for pg
Browse files Browse the repository at this point in the history
  • Loading branch information
Elmer Bulthuis committed Mar 17, 2022
1 parent 425867c commit 13e6fef
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,13 @@ jobs:
environment:
POSTGRES_HOST_AUTH_METHOD: trust
steps:
- run: apt-get update
- run: apt-get install --yes postgresql-client
- checkout
- attach_workspace:
at: .
- run: npm run lint
- run: for T in 1 2 3 5 8; do pg_isready && break || sleep $T; done
- run: npm test

publish-npm:
Expand Down

0 comments on commit 13e6fef

Please sign in to comment.