Skip to content

Commit

Permalink
Update swift.yml
Browse files Browse the repository at this point in the history
스크립트 재수정
  • Loading branch information
iOS-Ruel authored Aug 26, 2024
1 parent 45c7409 commit be23c6c
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions .github/workflows/swift.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,16 @@ jobs:
- name: Build Xcode
run: |
xcodebuild clean test -project CamPlace/CamPlace.xcodeproj \
xcodebuild clean build-for-testing -project CamPlace/CamPlace.xcodeproj \
-scheme CamPlace \
-destination 'platform=iOS Simulator,name=iPhone 13,OS=latest' \
CODE_SIGNING_ALLOWED=NO \
CODE_SIGN_IDENTITY="" \
PROVISIONING_PROFILE_SPECIFIER=""
- name: Run tests
run: |
xcodebuild test-without-building \
-project CamPlace/CamPlace.xcodeproj \
-scheme CamPlace \
-destination 'platform=iOS Simulator,name=iPhone 13,OS=latest'
CODE_SIGNING_ALLOWED=NO

0 comments on commit be23c6c

Please sign in to comment.