Skip to content

Commit a973621

Browse files
Test
1 parent 2071472 commit a973621

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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-
files=$(git diff --name-only --diff-filter=ACM --ignore-space-at-eol main -- 'output/*.xml' ':(exclude)*/_reference/*.xml')
19+
git diff --name-only --diff-filter=ACM --ignore-space-at-eol main -- 'output/*.xml' ':(exclude)*/_reference/*.xml'
2020
echo "files=$files"
2121
2222
- name: Show me what you have

0 commit comments

Comments
 (0)