Skip to content

Commit

Permalink
try 5432
Browse files Browse the repository at this point in the history
  • Loading branch information
sphuber committed May 30, 2024
1 parent 3022cf1 commit e8703fe
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down Expand Up @@ -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'
Expand Down

0 comments on commit e8703fe

Please sign in to comment.