Skip to content

Commit

Permalink
Add test report would not be generated if test failed
Browse files Browse the repository at this point in the history
  • Loading branch information
seongahjo committed Oct 14, 2023
1 parent 1c3e7e9 commit a828839
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
- completed
jobs:
on-success:
if: ${{ github.event.workflow_run.conclusion == 'success' }}
runs-on: ubuntu-latest
steps:
- uses: dorny/test-reporter@v1
Expand Down

0 comments on commit a828839

Please sign in to comment.