From 0b11ad6e208bbcefbb89308958c45d3e27fa8c94 Mon Sep 17 00:00:00 2001 From: Wikum Weerakutti Date: Mon, 10 Feb 2025 22:14:32 +0900 Subject: [PATCH] (chore) O3-4426: Update OpenMRS version and Initializer version (#888) Co-authored-by: Nethmi Rodrigo --- .github/workflows/e2e-tests-on-commit.yml | 75 +++++++++++++++++++++++ distro/pom.xml | 4 +- 2 files changed, 77 insertions(+), 2 deletions(-) diff --git a/.github/workflows/e2e-tests-on-commit.yml b/.github/workflows/e2e-tests-on-commit.yml index fb4b57ac8..fc7387d72 100644 --- a/.github/workflows/e2e-tests-on-commit.yml +++ b/.github/workflows/e2e-tests-on-commit.yml @@ -90,6 +90,21 @@ jobs: path: e2e_repo/playwright-report/ retention-days: 30 + - name: 📝 Capture Server Logs + if: always() + uses: jwalton/gh-docker-logs@v2 + with: + dest: "./logs" + + - name: 📤 Upload Logs as Artifact + uses: actions/upload-artifact@v4 + if: always() + with: + name: server-logs-patient-management + path: "./logs" + retention-days: 2 + overwrite: true + run-patient-chart-e2e-tests: runs-on: ubuntu-latest needs: build @@ -151,6 +166,21 @@ jobs: path: e2e_repo/playwright-report/ retention-days: 30 + - name: 📝 Capture Server Logs + if: always() + uses: jwalton/gh-docker-logs@v2 + with: + dest: "./logs" + + - name: 📤 Upload Logs as Artifact + uses: actions/upload-artifact@v4 + if: always() + with: + name: server-logs-patient-chart + path: "./logs" + retention-days: 2 + overwrite: true + run-form-builder-e2e-tests: runs-on: ubuntu-latest needs: build @@ -212,6 +242,21 @@ jobs: path: e2e_repo/playwright-report/ retention-days: 30 + - name: 📝 Capture Server Logs + if: always() + uses: jwalton/gh-docker-logs@v2 + with: + dest: "./logs" + + - name: 📤 Upload Logs as Artifact + uses: actions/upload-artifact@v4 + if: always() + with: + name: server-logs-form-builder + path: "./logs" + retention-days: 2 + overwrite: true + run-esm-core-e2e-tests: runs-on: ubuntu-latest needs: build @@ -273,6 +318,21 @@ jobs: path: e2e_repo/playwright-report/ retention-days: 30 + - name: 📝 Capture Server Logs + if: always() + uses: jwalton/gh-docker-logs@v2 + with: + dest: "./logs" + + - name: 📤 Upload Logs as Artifact + uses: actions/upload-artifact@v4 + if: always() + with: + name: server-logs-esm-core + path: "./logs" + retention-days: 2 + overwrite: true + run-cohort-builder-e2e-tests: runs-on: ubuntu-latest needs: build @@ -333,3 +393,18 @@ jobs: name: report-cohort-builder path: e2e_repo/playwright-report/ retention-days: 30 + + - name: 📝 Capture Server Logs + if: always() + uses: jwalton/gh-docker-logs@v2 + with: + dest: "./logs" + + - name: 📤 Upload Logs as Artifact + uses: actions/upload-artifact@v4 + if: always() + with: + name: server-logs-cohort-builder + path: "./logs" + retention-days: 2 + overwrite: true diff --git a/distro/pom.xml b/distro/pom.xml index f4fef82ee..b197a52ba 100644 --- a/distro/pom.xml +++ b/distro/pom.xml @@ -25,8 +25,8 @@ we do so here so that we can utilise Maven to track updates, etc. --> 2.3.0-SNAPSHOT 1.0.0 - 2.6.15 - 2.8.0 + 2.7.2-SNAPSHOT + 2.9.0-SNAPSHOT 2.48.0-SNAPSHOT 2.19.0 4.14.0