Skip to content

Commit

Permalink
7th 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 cd815fb commit 61bb7de
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,18 +45,10 @@ jobs:
restore-keys: |
${{ runner.os }}-maven-
- name: Debug DNS Resolution
run: |
nslookup postgres
cat /etc/resolv.conf
- name: Check PostgreSQL availability
run: ping -c 1 -W 5 postgres >/dev/null || { echo "Server is not reachable."; exit 1; }

- name: Build
run: mvn -B -ntp clean install
env:
POSTGRES_HOST: postgres
POSTGRES_HOST: localhost
POSTGRES_PORT: 5432
POSTGRES_USER: ci-user
POSTGRES_PASSWORD: ci-pass
Expand Down

0 comments on commit 61bb7de

Please sign in to comment.