Skip to content

Commit 511eef5

Browse files
Test
1 parent 222a861 commit 511eef5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Repo integrity 2
1+
name: Conformance to Conformancelab
22

33
on: pull_request
44

@@ -14,6 +14,7 @@ jobs:
1414
- name: Get the changed TestScripts
1515
id: get-changed-testscripts
1616
run: |
17+
git config --global --add safe.directory .
1718
files=$(git diff --name-only --diff-filter=ACM --ignore-space-at-eol main -- 'output/*.xml' ':(exclude)*/_reference/*.xml')
1819
echo "files=$files"
1920

0 commit comments

Comments
 (0)