Skip to content

Commit

Permalink
Get pytest resport.
Browse files Browse the repository at this point in the history
  • Loading branch information
everaldorodrigo committed Oct 7, 2023
1 parent 286218a commit 15799d6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/scheduled_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,8 @@ jobs:
name: pytest-report
path: pytest-report.xml

- name: Install xmlstarlet
run: sudo apt-get update && sudo apt-get install -y xmlstarlet
- name: Extract test counts
run: |
failed=$(xmlstarlet sel -t -v "count(//testcase[failure])" pytest-report.xml)
Expand Down

0 comments on commit 15799d6

Please sign in to comment.