Skip to content

Commit c2382a6

Browse files
committed
Add missing checkout action
1 parent caae790 commit c2382a6

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
@@ -9,9 +9,9 @@ jobs:
99
test:
1010
runs-on: macos-latest
1111
steps:
12+
- uses: actions/checkout@v2
1213
- name: Run tests on iOS Simulator
1314
shell: bash
1415
run: |
1516
sudo xcode-select --switch /Applications/Xcode_14.2.app
16-
cd ..
1717
xcodebuild test -scheme LiveViewNative -sdk iphonesimulator16.2 -destination "OS=16.2,name=iPhone 14 Pro"

0 commit comments

Comments
 (0)