Skip to content

Commit 7a801bf

Browse files
authored
Remove XML debug step from masterfhirvalidation.yml
Removed debug step for XML file in workflow.
1 parent 5927f61 commit 7a801bf

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

.github/workflows/masterfhirvalidation.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -36,14 +36,6 @@ jobs:
3636
ref: main
3737
path: validation-service-fhir-r4
3838

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-
4739
- name: Build validation service
4840
run: |
4941
cd validation-service-fhir-r4

0 commit comments

Comments
 (0)