You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@fineract.apache.org by vo...@apache.org on 2022/03/05 11:53:53 UTC

[fineract] 01/01: Minor: Name PostgreSQL instead of MariaDB in build-postgresql.yml

This is an automated email from the ASF dual-hosted git repository.

vorburger pushed a commit to branch vorburger-build-postgresql.yml
in repository https://gitbox.apache.org/repos/asf/fineract.git

commit e82d9ded620412805c5c51575f83e3832e7e8d4f
Author: Michael Vorburger ⛑️ <mi...@vorburger.ch>
AuthorDate: Sat Mar 5 12:53:45 2022 +0100

    Minor: Name PostgreSQL instead of MariaDB in build-postgresql.yml
---
 .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 e992031..bbcc3cb 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@e6e38bacfdf1a337459f332974bb2327a31aaf4b
-      - 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