Skip to content

Commit a468148

Browse files
Suppress warning when test-results is empty
Playwright only writes to test-results/ on failure. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 5f1cdc6 commit a468148

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ jobs:
8181
name: test-results
8282
path: test-results/
8383
retention-days: 7
84+
if-no-files-found: ignore
8485

8586
lint:
8687
runs-on: macos-latest

0 commit comments

Comments
 (0)