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