Skip to content

Commit

Permalink
WTF
Browse files Browse the repository at this point in the history
  • Loading branch information
theory committed Apr 12, 2024
1 parent e91d738 commit e54c60d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion .ci/apt-install-postgres
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,8 @@ chmod +x /usr/local/bin/apt.postgresql.org.sh
apt.postgresql.org.sh -i -v "$PGVERSION"
chmod a+rwx "$(pg_config --pkglibdir)" "$(pg_config --sharedir)/extension"

pg_createcluster --start "$PGVERSION" test -p "${PGPORT:-5432}" -- -A trust
pg_createcluster --start "$PGVERSION" test -p "${PGPORT:-5432}" -- -A trust || true

systemctl status "postgresql@$PGVERSION-test.service"

journalctl -xeu "postgresql@$PGVERSION-test.service"
2 changes: 1 addition & 1 deletion .github/workflows/lint-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
pg: [11, 12, 13, 14, 15, 16]
pg: [16]
os: [[🐧, Ubuntu]] # [🍎, macOS], [🪟, Windows]]
name: 🐘 Postgres ${{ matrix.pg }} on ${{ matrix.os[0] }} ${{ matrix.os[1] }}
steps:
Expand Down

0 comments on commit e54c60d

Please sign in to comment.