Skip to content

Commit 2346ec1

Browse files
committed
Use make test in GH Action
1 parent a257913 commit 2346ec1

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

.github/workflows/ios.yml

+1-8
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,4 @@ jobs:
3434
with:
3535
xcode-version: ${{ matrix.xcode }}
3636
- name: Build and Test
37-
run: |
38-
xcodebuild test \
39-
-project Demo/ParselyDemo.xcodeproj \
40-
-scheme ParselyDemo \
41-
-sdk iphonesimulator \
42-
-destination 'platform=iOS Simulator,name=iPhone 14,OS=latest' \
43-
| xcpretty \
44-
&& exit ${PIPESTATUS[0]}
37+
run: make test

0 commit comments

Comments
 (0)