Skip to content

Commit

Permalink
4th try to release via GitHub actions to Maven Central
Browse files Browse the repository at this point in the history
  • Loading branch information
MariusSchmidt committed Nov 11, 2023
1 parent c0e9c87 commit 76fef70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 76fef70

Please sign in to comment.