We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5927f61 commit 7a801bfCopy full SHA for 7a801bf
1 file changed
.github/workflows/masterfhirvalidation.yml
@@ -36,14 +36,6 @@ jobs:
36
ref: main
37
path: validation-service-fhir-r4
38
39
- - name: Debug XML file
40
- run: |
41
- FILE="valuesets/ValueSet-UKCore-ListCode.xml"
42
- echo "File size: $(wc -c < "$FILE")"
43
- echo "Last 5 lines:"
44
- tail -5 "$FILE"
45
- echo "Line endings: $(file "$FILE")"
46
-
47
- name: Build validation service
48
run: |
49
cd validation-service-fhir-r4
0 commit comments