Skip to content

Commit

Permalink
Update snowflake-docker.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
susan-pgedge authored Jan 21, 2025
1 parent 952f1e8 commit d9785a5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/snowflake-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@ jobs:
python3-dev \
python3-psycopg2 \
python3-dotenv
until "pg_isready ${{ matrix.pgver }}" 2>/dev/null; do >&2 echo "Postgres is unavailable - sleeping for 2 seconds"
until pg_isready
echo "Postgres is unavailable - sleeping for 2 seconds"
sleep 2
- name: Run Docker Container
Expand Down

0 comments on commit d9785a5

Please sign in to comment.