Remove psql from tests
Some checks failed
build (17, ubuntu-latest)
deploy

This commit is contained in:
Quentin Legot 2023-03-23 21:48:05 +01:00
parent 2f75bb6083
commit e6455a86e0

View File

@ -28,13 +28,6 @@ jobs:
with:
java-version: ${{ matrix.java }}
distribution: 'oracle'
- name: setup psql
uses: https://github.com/ikalnytskyi/action-setup-postgres@v4
with:
port: 5432
database: postgres
username: postgres
password: 'root'
- name: make gradle wrapper executable
if: ${{ runner.os != 'Windows' }}
run: chmod +x ./gradlew