There was an error while loading. Please reload this page.
1 parent 931d31a commit fed55b9Copy full SHA for fed55b9
1 file changed
.github/workflows/test.yml
@@ -30,6 +30,8 @@ jobs:
30
31
- name: Install PostgreSQL 18
32
run: |
33
+ sudo systemctl stop postgresql
34
+ sudo pg_dropcluster --stop 16 main || true
35
sudo install -d -m 0755 /etc/apt/keyrings
36
curl -fsSL https://www.postgresql.org/media/keys/ACCC4CF8.asc \
37
| sudo gpg --dearmor --yes --batch --no-tty \
0 commit comments