Skip to content

Commit

Permalink
Filter to test.xml to ignore retry attempts on flakes
Browse files Browse the repository at this point in the history
Signed-off-by: Vihang Mehta <vihang@px.dev>
  • Loading branch information
vihangm committed Nov 29, 2023
1 parent b3977cb commit a0b7d9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ jobs:
if: always()
with:
name: testlogs-${{ matrix.name }} tests
path: 'bazel-testlogs/**/*.xml'
path: 'bazel-testlogs/**/test.xml'
reporter: java-junit
list-suites: all
list-tests: failed
Expand Down

0 comments on commit a0b7d9b

Please sign in to comment.