Skip to content

Commit 2f40901

Browse files
committed
FIx artifacts path
1 parent 0d0f292 commit 2f40901

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/flash-list.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,8 @@ jobs:
204204
yarn e2e:build:ios
205205
yarn e2e:test:ios
206206
- name: Archive iOS e2e artifacts
207+
if: failure()
207208
uses: actions/upload-artifact@v3
208209
with:
209210
name: ios-e2e-artifacts
210-
path: fixture/e2e/artifacts/ios/diff/*.png
211+
path: fixture/react-native/e2e/artifacts/ios/diff/*.png

0 commit comments

Comments
 (0)