Skip to content

Commit

Permalink
fix PG
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterPetrik committed Dec 16, 2022
1 parent bad8b5d commit fabb2e8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/coverage_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: start PG database
run: |
sudo pg_ctlcluster 12 main start
sudo pg_ctlcluster 14 main start
sudo pg_lsclusters
- name: create PG user
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/memcheck_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: start PG database
run: |
sudo pg_ctlcluster 12 main start
sudo pg_ctlcluster 14 main start
sudo pg_lsclusters
- name: create PG user
Expand Down

0 comments on commit fabb2e8

Please sign in to comment.