Skip to content

Commit

Permalink
fix(ci): correct file name
Browse files Browse the repository at this point in the history
  • Loading branch information
HelenaSabel committed Oct 3, 2023
1 parent 30eaa92 commit 5f208d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
java -jar lib/schxslt-cli.jar -d tei-betamesaheft.xml -s tei_odds.sch -o report-main.xml
java -jar lib/schxslt-cli.jar -d tei-betamesaheft-expanded.xml -s tei_odds.sch -o report-expanded.xml
- name: Schematron validation of main ODD
run: grep -vq 'svrl:text' report.xml
run: grep -vq 'svrl:text' report-main.xml
- name: Schematron validation of the expanded ODD
run: grep -vq 'svrl:text' report-expanded.xml
# The schemas are generated using the TEIGarare API. Documentation can be found at https://teigarage.tei-c.org/ege-webservice/
Expand Down

0 comments on commit 5f208d6

Please sign in to comment.