We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents befee51 + 0f6a813 commit f75f20aCopy full SHA for f75f20a
…fhir-samples-validation.yaml.deactivated …b/workflows/fhir-samples-validation.yaml.github/workflows/fhir-samples-validation.yaml.deactivated renamed to .github/workflows/fhir-samples-validation.yaml
@@ -28,6 +28,15 @@ jobs:
28
- name: Install dependencies
29
run: npm ci
30
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
40
- name: Download FHIR Validator
41
run: wget https://github.com/hapifhir/org.hl7.fhir.core/releases/download/6.0.10/validator_cli.jar
42
0 commit comments