Skip to content

Commit 2bc98c3

Browse files
wikumChamithNethmiRodrigo
authored andcommitted
(chore) O3-4426: Update OpenMRS version and Initializer version (openmrs#888)
Co-authored-by: Nethmi Rodrigo <[email protected]>
1 parent f321fe0 commit 2bc98c3

File tree

2 files changed

+77
-2
lines changed

2 files changed

+77
-2
lines changed

.github/workflows/e2e-tests-on-commit.yml

Lines changed: 75 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,21 @@ jobs:
9090
path: e2e_repo/playwright-report/
9191
retention-days: 30
9292

93+
- name: 📝 Capture Server Logs
94+
if: always()
95+
uses: jwalton/gh-docker-logs@v2
96+
with:
97+
dest: "./logs"
98+
99+
- name: 📤 Upload Logs as Artifact
100+
uses: actions/upload-artifact@v4
101+
if: always()
102+
with:
103+
name: server-logs-patient-management
104+
path: "./logs"
105+
retention-days: 2
106+
overwrite: true
107+
93108
run-patient-chart-e2e-tests:
94109
runs-on: ubuntu-latest
95110
needs: build
@@ -151,6 +166,21 @@ jobs:
151166
path: e2e_repo/playwright-report/
152167
retention-days: 30
153168

169+
- name: 📝 Capture Server Logs
170+
if: always()
171+
uses: jwalton/gh-docker-logs@v2
172+
with:
173+
dest: "./logs"
174+
175+
- name: 📤 Upload Logs as Artifact
176+
uses: actions/upload-artifact@v4
177+
if: always()
178+
with:
179+
name: server-logs-patient-chart
180+
path: "./logs"
181+
retention-days: 2
182+
overwrite: true
183+
154184
run-form-builder-e2e-tests:
155185
runs-on: ubuntu-latest
156186
needs: build
@@ -212,6 +242,21 @@ jobs:
212242
path: e2e_repo/playwright-report/
213243
retention-days: 30
214244

245+
- name: 📝 Capture Server Logs
246+
if: always()
247+
uses: jwalton/gh-docker-logs@v2
248+
with:
249+
dest: "./logs"
250+
251+
- name: 📤 Upload Logs as Artifact
252+
uses: actions/upload-artifact@v4
253+
if: always()
254+
with:
255+
name: server-logs-form-builder
256+
path: "./logs"
257+
retention-days: 2
258+
overwrite: true
259+
215260
run-esm-core-e2e-tests:
216261
runs-on: ubuntu-latest
217262
needs: build
@@ -273,6 +318,21 @@ jobs:
273318
path: e2e_repo/playwright-report/
274319
retention-days: 30
275320

321+
- name: 📝 Capture Server Logs
322+
if: always()
323+
uses: jwalton/gh-docker-logs@v2
324+
with:
325+
dest: "./logs"
326+
327+
- name: 📤 Upload Logs as Artifact
328+
uses: actions/upload-artifact@v4
329+
if: always()
330+
with:
331+
name: server-logs-esm-core
332+
path: "./logs"
333+
retention-days: 2
334+
overwrite: true
335+
276336
run-cohort-builder-e2e-tests:
277337
runs-on: ubuntu-latest
278338
needs: build
@@ -333,3 +393,18 @@ jobs:
333393
name: report-cohort-builder
334394
path: e2e_repo/playwright-report/
335395
retention-days: 30
396+
397+
- name: 📝 Capture Server Logs
398+
if: always()
399+
uses: jwalton/gh-docker-logs@v2
400+
with:
401+
dest: "./logs"
402+
403+
- name: 📤 Upload Logs as Artifact
404+
uses: actions/upload-artifact@v4
405+
if: always()
406+
with:
407+
name: server-logs-cohort-builder
408+
path: "./logs"
409+
retention-days: 2
410+
overwrite: true

distro/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525
we do so here so that we can utilise Maven to track updates, etc. -->
2626
<fhir2.version>2.3.0-SNAPSHOT</fhir2.version>
2727
<authentication.version>1.0.0</authentication.version>
28-
<openmrs.version>2.6.15</openmrs.version>
29-
<initializer.version>2.8.0</initializer.version>
28+
<openmrs.version>2.7.2-SNAPSHOT</openmrs.version>
29+
<initializer.version>2.9.0-SNAPSHOT</initializer.version>
3030
<webservices.rest.version>2.48.0-SNAPSHOT</webservices.rest.version>
3131
<addresshierarchy.version>2.19.0</addresshierarchy.version>
3232
<idgen.version>4.14.0</idgen.version>

0 commit comments

Comments
 (0)