Skip to content

Commit

Permalink
Continue XML validation even if some examples fail
Browse files Browse the repository at this point in the history
  • Loading branch information
falko committed Dec 29, 2023
1 parent b7eaeda commit a634fb3
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,31 +20,39 @@ jobs:
with:
xml-file: "./examples/Chapter 11 Example 1 Originations/Chapter 11 Example.dmn"
xml-schema-file: ./xsd/DMN15.xsd
if: always()
- uses: ChristophWurst/xmllint-action@v1.2
with:
xml-file: "./examples/Chapter 11 Example 1 Originations/Financial.dmn"
xml-schema-file: ./xsd/DMN15.xsd
if: always()
- uses: ChristophWurst/xmllint-action@v1.2
with:
xml-file: "examples/Chapter 11 Example 2 Ranked Loan Products/Recommended Loan Products.dmn"
xml-schema-file: ./xsd/DMN15.xsd
if: always()
- uses: ChristophWurst/xmllint-action@v1.2
with:
xml-file: "examples/Chapter 11 Example 2 Ranked Loan Products/Loan info.dmn"
xml-schema-file: ./xsd/DMN15.xsd
if: always()
- uses: ChristophWurst/xmllint-action@v1.2
with:
xml-file: "examples/Diagram Interchange/diagram-interchange-decision-service.dmn"
xml-schema-file: ./xsd/DMN15.xsd
if: always()
- uses: ChristophWurst/xmllint-action@v1.2
with:
xml-file: "examples/Diagram Interchange/diagram-interchange-decision-with-listed-input-data.dmn"
xml-schema-file: ./xsd/DMN15.xsd
if: always()
- uses: ChristophWurst/xmllint-action@v1.2
with:
xml-file: "examples/Diagram Interchange/diagram-interchange-dish-example.dmn"
xml-schema-file: ./xsd/DMN15.xsd
if: always()
- uses: ChristophWurst/xmllint-action@v1.2
with:
xml-file: "examples/Diagram Interchange/diagram-interchange-shape-with-label-text.dmn"
xml-schema-file: ./xsd/DMN15.xsd
xml-schema-file: ./xsd/DMN15.xsd
if: always()

0 comments on commit a634fb3

Please sign in to comment.