adamsaghy commented on code in PR #5148:
URL: https://github.com/apache/fineract/pull/5148#discussion_r2502218419


##########
.github/workflows/liquibase-only-postgresql.yml:
##########
@@ -0,0 +1,89 @@
+name: Fineract Liquibase Only mode - PostgreSQL
+
+on: [push, pull_request]
+
+permissions:
+  contents: read
+
+jobs:
+  test:
+    runs-on: ubuntu-24.04
+    timeout-minutes: 60
+
+    services:
+      postgresql:
+        image: postgres:17.4
+        ports:
+          - 5432:5432
+        env:
+          POSTGRES_USER: root
+          POSTGRES_PASSWORD: postgres
+        options: --health-cmd="pg_isready -q -d postgres -U root" 
--health-interval=5s --health-timeout=2s --health-retries=3
+
+      mock-oauth2-server:

Review Comment:
   you might wanna remove this for simplify the workflow



##########
.github/workflows/liquibase-only-postgresql.yml:
##########
@@ -0,0 +1,89 @@
+name: Fineract Liquibase Only mode - PostgreSQL
+
+on: [push, pull_request]
+
+permissions:
+  contents: read
+
+jobs:
+  test:
+    runs-on: ubuntu-24.04
+    timeout-minutes: 60
+
+    services:
+      postgresql:
+        image: postgres:17.4
+        ports:
+          - 5432:5432
+        env:
+          POSTGRES_USER: root
+          POSTGRES_PASSWORD: postgres
+        options: --health-cmd="pg_isready -q -d postgres -U root" 
--health-interval=5s --health-timeout=2s --health-retries=3
+
+      mock-oauth2-server:

Review Comment:
   you might wanna remove this to simplify the workflow



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to