Skip to content

Commit a7662a7

Browse files
fix: include remaining files
1 parent 35deba3 commit a7662a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ jobs:
9595
-sdk iphonosimulator \
9696
-destination 'platform=iOS Simulator,OS=17.5,name=iPhone 15' \
9797
-only-testing:sampleTests \
98-
test | bundle exec xcpretty && exit ${PIPESTATUS[0]}
98+
test | bundle exec xcpretty && exit ${PIPESTATUS[0]}
9999
100100
test-android:
101101
needs: test-rn

0 commit comments

Comments
 (0)