Skip to content

Commit 053bdf2

Browse files
committed
ci: run iOS tests too
1 parent 57dde1b commit 053bdf2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,3 +40,6 @@ jobs:
4040

4141
- name: Run Tests on macOS
4242
run: npm test:macos
43+
44+
- name: Run Tests on iOS
45+
run: npm test:ios

0 commit comments

Comments
 (0)