Skip to content

Commit 8e162a5

Browse files
committed
run expo test twice
1 parent 0eddcc1 commit 8e162a5

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)