Skip to content
This repository was archived by the owner on May 14, 2025. It is now read-only.

Commit 17cc61a

Browse files
update github action workflow file
1 parent 179de85 commit 17cc61a

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/swift.yml

+2-4
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,5 @@ jobs:
1919
- uses: actions/checkout@v2
2020
- name: CocoaPod Install
2121
run: cd Example && pod install
22-
- name: iOS build
23-
run: xcodebuild build-for-testing -scheme CCPAConsentViewController_ExampleTests -workspace Example/CCPAConsentViewController.xcworkspace -destination 'platform=iOS Simulator,name=iPhone 11,OS=13.5'
24-
- name: testing -> iPhone 11 (iOS 13.5)
25-
run: xcodebuild test-without-building -scheme CCPAConsentViewController_ExampleTests -workspace Example/CCPAConsentViewController.xcworkspace -destination 'platform=iOS Simulator,name=iPhone 11,OS=13.5'
22+
- name: testing -> iPhone 11 (iOS 13.6)
23+
run: xcodebuild test -scheme ConsentViewController-Example -workspace Example/CCPAConsentViewController.xcworkspace -destination 'platform=iOS Simulator,name=iPhone 11,OS=13.6' CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO CODE_SIGN_ENTITLEMENTS="" CODE_SIGNING_ALLOWED="NO"

0 commit comments

Comments
 (0)