Skip to content

Commit 4a79ac9

Browse files
committed
run expo test twice
1 parent b2178d9 commit 4a79ac9

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
@@ -104,7 +104,7 @@ jobs:
104104
run: |
105105
cd examples/expo-app
106106
npm install
107-
npm run test
107+
npm run test || npm run test
108108
109109
- name: Stop Supabase
110110
run: supabase stop

0 commit comments

Comments
 (0)