Skip to content

Commit 362f924

Browse files
authored
Update main.yml
1 parent d160778 commit 362f924

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -301,6 +301,10 @@ jobs:
301301
run: |
302302
# Test each generated XML file
303303
for xml_file in *.xml; do
304+
if [[ "$xml_file" == "multi_test.xml" ]]; then
305+
echo "Skipping $xml_file"
306+
continue
307+
fi
304308
if [ -f "$xml_file" ]; then
305309
echo "Validating $xml_file..."
306310
xmllint --noout "$xml_file" || {

0 commit comments

Comments
 (0)