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

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

Expand Down

0 comments on commit bbbf134

Please sign in to comment.