Skip to content

Commit 57324ac

Browse files
committed
upload only failed images for test
1 parent cd55159 commit 57324ac

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/maestro-android.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,5 +67,5 @@ jobs:
6767
uses: actions/upload-artifact@v4
6868
with:
6969
name: Android Maestro Logs - Shard ${{ inputs.shard }}
70-
path: ~/.maestro/tests/
70+
path: ~/.maestro/tests/**/*.png
7171
retention-days: 7

.github/workflows/maestro-ios.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,5 +100,5 @@ jobs:
100100
uses: actions/upload-artifact@v4
101101
with:
102102
name: iOS Maestro Logs - Shard ${{ inputs.shard }}
103-
path: ~/.maestro/tests/
103+
path: ~/.maestro/tests/**/*.png
104104
retention-days: 7

0 commit comments

Comments
 (0)