This is an automated email from the ASF dual-hosted git repository.
aleks pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/fineract.git
The following commit(s) were added to refs/heads/develop by this push:
new fdd6227 Minor: Name PostgreSQL instead of MariaDB in
build-postgresql.yml (#2059)
fdd6227 is described below
commit fdd6227254e916c07adb30ea7a59f935a22df3a2
Author: Michael Vorburger ⛑️ <[email protected]>
AuthorDate: Sat Mar 5 23:20:50 2022 +0100
Minor: Name PostgreSQL instead of MariaDB in build-postgresql.yml (#2059)
Co-authored-by: Aleksandar Vidakovic <[email protected]>
---
.github/workflows/build-postgresql.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/build-postgresql.yml
b/.github/workflows/build-postgresql.yml
index 3135dec..2daca16 100644
--- a/.github/workflows/build-postgresql.yml
+++ b/.github/workflows/build-postgresql.yml
@@ -44,7 +44,7 @@ jobs:
distribution: 'zulu'
- name: Validate Gradle wrapper
uses:
gradle/wrapper-validation-action@859c33240bd026ce8d5f711f5adcc65c2f8eafc1
- - name: Verify MariaDB connection
+ - name: Verify PostgreSQL connection
run: |
while ! pg_isready -d postgres -U root -h 127.0.0.1 -p 5432 ; do
sleep 1