Skip to content

Commit

Permalink
more ci tasks need to check xml files
Browse files Browse the repository at this point in the history
  • Loading branch information
niloc132 committed May 10, 2021
1 parent 727cc1e commit 44586a9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,4 @@ jobs:
if: always()
with:
name: check-ci-results
path: '**/build/test-results/test/TEST-*.xml'
path: '**/build/test-results/*/TEST-*.xml'
2 changes: 1 addition & 1 deletion .github/workflows/long-check-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@ jobs:
if: always()
with:
name: long-check-ci-results
path: '**/build/test-results/test/TEST-*.xml'
path: '**/build/test-results/*/TEST-*.xml'

0 comments on commit 44586a9

Please sign in to comment.