File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 11
11
cypress-run :
12
12
runs-on : ubuntu-24.04
13
13
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
15
15
steps :
16
16
- name : Checkout repository
17
17
uses : actions/checkout@v4
24
24
- name : Start Docker Compose
25
25
run : docker compose -f cypress/docker/docker-compose.yml up -d
26
26
27
+ - name : Check container status
28
+ run : docker ps -a
29
+
27
30
- name : Check backend health with curl (wait until ready)
28
31
run : |
29
32
max_attempts=20
Original file line number Diff line number Diff line change @@ -103,7 +103,6 @@ services:
103
103
container_name : elastic-search-init
104
104
environment :
105
105
ES_HOST : dataportal-elastic
106
- LOCAL_PATH : cypress/docker/ontology/elastic.zip
107
106
ONTO_GIT_TAG : v3.9.0-experimental.0
108
107
ONTO_REPO : https://github.com/medizininformatik-initiative/fhir-ontology-generator/releases/download
109
108
DOWNLOAD_FILENAME : elastic.zip
You can’t perform that action at this time.
0 commit comments