From 76fef7084648d6fbccab97f779f5228777243921 Mon Sep 17 00:00:00 2001 From: Marius Schmidt Date: Sun, 12 Nov 2023 00:00:57 +0100 Subject: [PATCH] 4th try to release via GitHub actions to Maven Central --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 7faf018..0aaef99 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -47,7 +47,7 @@ jobs: - name: Build run: | - ping -c 1 -W 5 example.com >/dev/null || { echo "Server is not reachable."; exit 1; } + ping -c 1 -W 5 postgres >/dev/null || { echo "Server is not reachable."; exit 1; } mvn -B -ntp clean install env: POSTGRES_HOST: postgres