Skip to content

Commit 615e47f

Browse files
committed
Add CI workflow
1 parent 7e4028b commit 615e47f

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.github/workflows/ci.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
name: CI
2+
3+
on:
4+
pull_request:
5+
push:
6+
branches: [master]
7+
8+
jobs:
9+
test:
10+
runs-on: macos-latest
11+
steps:
12+
- name: Run tests on iOS Simulator
13+
shell: bash
14+
run: |
15+
sudo xcode-select --switch /Applications/Xcode_14.2.app
16+
xcodebuild test -scheme LiveViewNative -sdk iphonesimulator16.2 -destination "OS=16.2,name=iPhone 14 Pro"

0 commit comments

Comments
 (0)