diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index e3864b0..1b3c507 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -46,6 +46,11 @@ jobs: - name: Download dependencies run: go mod download + - name: Install PostgreSQL client + run: | + sudo apt-get update + sudo apt-get install -y postgresql-client + - name: Initialize test database env: PGPASSWORD: relspec_test_password