Skip to content

Commit

Permalink
Fix ci: broken postgres config; attempt 2
Browse files Browse the repository at this point in the history
  • Loading branch information
lavantien committed May 25, 2023
1 parent 968feb0 commit 4ac29e4
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,7 @@ jobs:
- 5433:5432

steps:
- name: Install psql
run: sudo apt update && sudo apt install postgresql-client -y
- uses: actions/checkout@v3

- name: Set up JDK 20
uses: actions/setup-java@v3
Expand All @@ -34,8 +33,6 @@ jobs:
distribution: 'temurin'
cache: maven

- uses: actions/checkout@v3

- name: Build with Maven
run: mvn -B package --file pom.xml

Expand Down

0 comments on commit 4ac29e4

Please sign in to comment.