Skip to content

Commit

Permalink
Always report on failure
Browse files Browse the repository at this point in the history
  • Loading branch information
fungairino committed Apr 29, 2024
1 parent 2c216ae commit 036eec6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -243,4 +243,4 @@ jobs:
comment-title: "Playwright test results - MV${{matrix.MV}}"
report-file: end-to-end-tests/.report/report.json
report-tag: manifest-version-${{ matrix.MV }}
if: github.event_name == 'pull_request'
if: (success() || failure()) && github.event_name == 'pull_request'

0 comments on commit 036eec6

Please sign in to comment.