Skip to content

Commit 71f47ba

Browse files
committed
Update
1 parent 9a1212c commit 71f47ba

File tree

1 file changed

+4
-11
lines changed

1 file changed

+4
-11
lines changed

.github/workflows/github-actions-ci.yml

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -38,18 +38,11 @@ jobs:
3838
- name: Cocoapods iOS Empty project
3939
run: set -o pipefail && cd TestProjects/cocoapods/ios && arch -x86_64 pod install && xcodebuild build -workspace PinLayout-iOS.xcworkspace -scheme PinLayout-iOS -sdk iphonesimulator15.2 -destination 'platform=iOS Simulator,name=iPhone 8,OS=15.2' | xcpretty && cd ../../..
4040

41-
# - name: Cocoapods macOS Empty project
42-
# run: cd TestProjects/cocoapods/macos
43-
# run: arch -x86_64 pod install
44-
# run: set -o pipefail && xcodebuild build -workspace PinLayout-macOS.xcworkspace -scheme PinLayout-macOS -sdk macosx12.1 | xcpretty
45-
# run: cd ../../..
46-
47-
# - name: Cocoapods tvOS Empty project
48-
# run: cd TestProjects/cocoapods/tvos
49-
# run: arch -x86_64 pod install
50-
# run: set -o pipefail && xcodebuild build -workspace PinLayout-tvOS.xcworkspace -scheme PinLayout-tvOS -sdk appletvsimulator15.2 -destination 'platform=tvOS Simulator,name=Apple TV 4K (2nd generation),OS=15.2' | xcpretty
51-
# run: cd ../../..
41+
- name: Cocoapods macOS Empty project
42+
run: set -o pipefail && cd TestProjects/cocoapods/macos && arch -x86_64 pod install && xcodebuild build -workspace PinLayout-macOS.xcworkspace -scheme PinLayout-macOS -sdk macosx12.1 | xcpretty && cd ../../..
5243

44+
- name: Cocoapods tvOS Empty project
45+
run: set -o pipefail && cd TestProjects/cocoapods/tvos && arch -x86_64 pod install && xcodebuild build -workspace PinLayout-tvOS.xcworkspace -scheme PinLayout-tvOS -sdk appletvsimulator15.2 -destination 'platform=tvOS Simulator,name=Apple TV 4K (2nd generation),OS=15.2' | xcpretty && cd ../../..
5346

5447

5548
- run: echo "🍏 This job's status is ${{ job.status }}."

0 commit comments

Comments
 (0)