This commit is contained in:
parent
2f75bb6083
commit
e6455a86e0
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user