Skip to content

Commit

Permalink
show split failure, too
Browse files Browse the repository at this point in the history
  • Loading branch information
adoroszlai committed Oct 20, 2023
1 parent ecaeee4 commit f3a87c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/intermittent-test-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,6 @@ jobs:
- name: Summary of failures
run: hadoop-ozone/dev-support/checks/_summary.sh target/${{ needs.prepare-job.outputs.test_type }}/summary.txt
if: ${{ !cancelled() }}
continue-on-error: ${{ github.event.inputs.fail-fast != 'true' }}
- name: Archive build results
uses: actions/upload-artifact@v3
if: always()
Expand All @@ -152,6 +151,7 @@ jobs:
rm -rf ~/.m2/repository/org/apache/ozone/ozone*
if: always()
count-failures:
if: ${{ always() }}
needs: run-test
runs-on: ubuntu-20.04
steps:
Expand Down

0 comments on commit f3a87c1

Please sign in to comment.