Skip to content

Commit 8fba869

Browse files
committed
fix: limit iOS screenshot width to 400px in PR comments
1 parent 3b8385f commit 8fba869

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/post-maestro-screenshot/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ runs:
103103
104104
### 📸 Final Test Screenshot
105105
106-
![Maestro Test Results - ${{ inputs.platform }}](${{ steps.upload-screenshot.outputs.url }})
106+
<img src="${{ steps.upload-screenshot.outputs.url }}" alt="Maestro Test Results - ${{ inputs.platform }}" width="400" />
107107
108108
*Screenshot automatically captured from End-to-End tests and will expire in 30 days*
109109

0 commit comments

Comments
 (0)