Skip to content

Commit be2ef35

Browse files
Test
1 parent 51a63a3 commit be2ef35

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/conformance-to-Conformancelab.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Get the changed TestScripts
1717
id: get-changed-testscripts
1818
run: |
19-
git diff --name-only --diff-filter=ACM --ignore-space-at-eol origin/${{ github.base_ref }} -- 'output/*.xml' ':(exclude)*/_reference/*.xml'
19+
files=$(git diff --name-only --diff-filter=ACM --ignore-space-at-eol origin/${{ github.base_ref }} -- 'output/*.xml' ':(exclude)*/_reference/*.xml')
2020
echo "files=$files"
2121
2222
- name: Show me what you have

output/R4/Immunization-1-0/MedMij/Cert/PHR-Client/imm-retrieve-cert-1-1.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
</meta>
77
<url value="http://nictiz.nl/fhir/TestScript/imm-retrieve-cert-1-1"/>
88
<version value="r4-1.0.0-patchlevel 2024-10"/>
9-
<name value="Immunization - Client - Scenario 1.1 - Retrieve Immunization resources of XXX_Boekwijt"/>
9+
<name value="Immunization - Client - Scenario 1.1 - Retrieve Immunization resources of XXX_Boekwijt"/>
1010
<status value="active"/>
1111
<publisher value="Nictiz"/>
1212
<contact>

0 commit comments

Comments
 (0)