From e8703fea753729a441be3b800fbdfedcf09b355b Mon Sep 17 00:00:00 2001 From: Sebastiaan Huber Date: Thu, 30 May 2024 13:15:41 +0200 Subject: [PATCH] try 5432 --- .github/workflows/ci.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 670b6f2..9be601c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -57,8 +57,6 @@ jobs: - name: Run test suite run: pytest --cov-report xml - env: - PGSU_TEST_PORT: 5433 # for some reason default on GH actions - name: Upload coverage report if: github.repository == 'aiidateam/pgsu' @@ -101,8 +99,6 @@ jobs: - name: Run test suite run: pytest --cov-report xml - env: - PGSU_TEST_PORT: 5433 # for some reason default on GH actions - name: Upload coverage report if: github.repository == 'aiidateam/pgsu'