Skip to content

Commit 0394d52

Browse files
committed
fix e2e ci
1 parent 2de2c0f commit 0394d52

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/e2e.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
cypress-run:
1212
runs-on: ubuntu-24.04
1313
env:
14-
ONTOLOGY_GIT_TAG: v3.8.1 # Or dynamically set it
14+
ONTOLOGY_GIT_TAG: v3.9.0-experimental.0 # Or dynamically set it
1515
steps:
1616
- name: Checkout repository
1717
uses: actions/checkout@v4
@@ -24,6 +24,9 @@ jobs:
2424
- name: Start Docker Compose
2525
run: docker compose -f cypress/docker/docker-compose.yml up -d
2626

27+
- name: Check container status
28+
run: docker ps -a
29+
2730
- name: Check backend health with curl (wait until ready)
2831
run: |
2932
max_attempts=20

cypress/docker/docker-compose.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,6 @@ services:
103103
container_name: elastic-search-init
104104
environment:
105105
ES_HOST: dataportal-elastic
106-
LOCAL_PATH: cypress/docker/ontology/elastic.zip
107106
ONTO_GIT_TAG: v3.9.0-experimental.0
108107
ONTO_REPO: https://github.com/medizininformatik-initiative/fhir-ontology-generator/releases/download
109108
DOWNLOAD_FILENAME: elastic.zip

0 commit comments

Comments
 (0)