File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4444 - name : Start Validation Service
4545 run : |
4646 cd validation-service-fhir-r4
47+ docker compose build
4748 docker compose up -d
4849 env :
4950 CI : true
@@ -65,22 +66,13 @@ jobs:
6566
6667 echo "FHIR Validator failed to start in time"
6768 exit 1
68-
69- - name : Debug directory
70- run : |
71- pwd
72- ls -la
73-
69+
7470 - name : Install FHIR packages
7571 run : python3 validation/scripts/configure-packages.py
7672
7773 - name : Upload FHIR assets + Examples
7874 run : python3 validation/scripts/upload-assets.py
7975
80- - name : Debug - Check ValueSet uploaded
81- run : |
82- curl -s "http://localhost:8080/fhir/ValueSet?url=https://fhir.hl7.org.uk/ValueSet/UKCore-CareSettingType" | python3 -m json.tool | grep -E '"total"|"id"|"url"'
83-
8476 - name : Generate validation report
8577 if : always()
8678 run : python3 validation/scripts/generate-report.py
You can’t perform that action at this time.
0 commit comments