Skip to content

Commit

Permalink
add check flag
Browse files Browse the repository at this point in the history
  • Loading branch information
hexylena committed Sep 13, 2023
1 parent 573408d commit 2b1cb80
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,6 @@ jobs:
- name: Run smoke test on example
run: |
python examples/example.py > tmp.xml
xmldiff tmp.xml examples/tool.xml
xmldiff --check tmp.xml examples/tool.xml
python examples/example_macros.py > tmp.xml
xmldiff tmp.xml examples/example_macros.xml
xmldiff --check tmp.xml examples/example_macros.xml

0 comments on commit 2b1cb80

Please sign in to comment.