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 bbbf134 commit 402fc97
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,7 @@ jobs:

- name: Setup postgres
shell: bash
run: |
apt update && apt-get install postgresql
psql -d postgres -U postgres -a -f ./scripts/setup_test_database.sql
run: psql -d postgres -U postgres -c "select 1"
env:
PGPASSWORD: postgres

Expand Down

0 comments on commit 402fc97

Please sign in to comment.