Skip to content

Commit e4dc534

Browse files
committed
temp try wrong port, just to verify
1 parent c677645 commit e4dc534

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/maven-verify.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777

7878
- name: Test PostgreSQL connection
7979
if: inputs.db-type == 'postgresql'
80-
run: pg_isready --host=localhost --port=${{ inputs.db-port }} --dbname=${{ inputs.db-name }} --username=${{ inputs.db-username }}
80+
run: pg_isready --host=localhost --port=1234 --dbname=${{ inputs.db-name }} --username=${{ inputs.db-username }}
8181

8282
- # https://github.com/ankane/setup-mongodb
8383
# copied from FDP v1.17.2 build.yml

0 commit comments

Comments
 (0)