-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Continue XML validation even if some examples fail
- Loading branch information
Showing
1 changed file
with
9 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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/[email protected] | ||
with: | ||
xml-file: "./examples/Chapter 11 Example 1 Originations/Financial.dmn" | ||
xml-schema-file: ./xsd/DMN15.xsd | ||
if: always() | ||
- uses: ChristophWurst/[email protected] | ||
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/[email protected] | ||
with: | ||
xml-file: "examples/Chapter 11 Example 2 Ranked Loan Products/Loan info.dmn" | ||
xml-schema-file: ./xsd/DMN15.xsd | ||
if: always() | ||
- uses: ChristophWurst/[email protected] | ||
with: | ||
xml-file: "examples/Diagram Interchange/diagram-interchange-decision-service.dmn" | ||
xml-schema-file: ./xsd/DMN15.xsd | ||
if: always() | ||
- uses: ChristophWurst/[email protected] | ||
with: | ||
xml-file: "examples/Diagram Interchange/diagram-interchange-decision-with-listed-input-data.dmn" | ||
xml-schema-file: ./xsd/DMN15.xsd | ||
if: always() | ||
- uses: ChristophWurst/[email protected] | ||
with: | ||
xml-file: "examples/Diagram Interchange/diagram-interchange-dish-example.dmn" | ||
xml-schema-file: ./xsd/DMN15.xsd | ||
if: always() | ||
- uses: ChristophWurst/[email protected] | ||
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() |