Update playwright-only-failed.yml

This commit is contained in:
Connor 2024-10-15 13:21:01 -05:00
parent d24bdba301
commit 1e6f7066d9
No known key found for this signature in database
GPG key ID: 455C6C81CB2BD091

View file

@ -1,4 +1,4 @@
name: Playwright Test Report
name: Playwright Test Report - only failed tests
on:
workflow_run:
@ -23,4 +23,5 @@ jobs:
reporter: java-junit
show-html-notice: true
list-tests: 'failed'
list-suites: 'failed'
fail-on-error: false