Skip to content

Commit 6d6d93e

Browse files
fix: upload reports on ios
1 parent 0e5b54e commit 6d6d93e

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/e2e.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,8 +125,9 @@ jobs:
125125
with:
126126
name: e2e-ios-artifacts
127127
path: |
128-
.maestro/enrichedInput/screenshots/ios/*_diff.png
129-
.maestro/enrichedText/screenshots/ios/*_diff.png
128+
reports/
129+
.maestro/enrichedInput/screenshots/android/*_diff.png
130+
.maestro/enrichedText/screenshots/android/*_diff.png
130131
131132
e2e-android:
132133
needs: [changes]

0 commit comments

Comments
 (0)