Skip to content

Commit f75f20a

Browse files
authored
Merge pull request #29 from MyDigiTwinNL/feature/fhir-validation-using-cached-profile
Validating sample FHIR resources using a cached version of the FHIR profile
2 parents befee51 + 0f6a813 commit f75f20a

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/fhir-samples-validation.yaml.deactivated renamed to .github/workflows/fhir-samples-validation.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,15 @@ jobs:
2828
- name: Install dependencies
2929
run: npm ci
3030

31+
- name: Create a .fhir for the chached resources of the FHIR profile
32+
run: mkdir -p ~/.fhir
33+
34+
- name: Download the cache content of the FHIR Validator
35+
run: wget https://figshare.com/ndownloader/files/49362157?private_link=93fbd16af86c3f01a68a -O fhirvalidatorcache.zip
36+
37+
- name: Decompress FHIR Validator Cache
38+
run: unzip fhirvalidatorcache.zip -d ~/.fhir
39+
3140
- name: Download FHIR Validator
3241
run: wget https://github.com/hapifhir/org.hl7.fhir.core/releases/download/6.0.10/validator_cli.jar
3342

0 commit comments

Comments
 (0)