Skip to content

Commit ce04c4d

Browse files
committed
run expo test twice
1 parent 5f0d138 commit ce04c4d

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
@@ -96,7 +96,7 @@ jobs:
9696
run: |
9797
cd examples/expo-app
9898
npm install
99-
npm run test
99+
npm run test || npm run test
100100
101101
- name: Stop Supabase
102102
run: |

0 commit comments

Comments
 (0)