Skip to content

Commit

Permalink
try services approach
Browse files Browse the repository at this point in the history
  • Loading branch information
mikealfare committed Jan 30, 2024
1 parent 1b48fbb commit 3f37ba1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,10 @@ jobs:
- name: Check out repository
uses: actions/checkout@v4

- name: Look for postgres
shell: bash
run: pg_isready -h localhost -p 5432 -U postgres

- name: Setup postgres
shell: bash
run: psql -d postgres -U postgres -c "select 1"
Expand Down

0 comments on commit 3f37ba1

Please sign in to comment.