Skip to content

Commit

Permalink
feat : test ci 파일 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
jinhoon227 committed Jan 22, 2024
1 parent dce53d5 commit 9d4046d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/action-test.ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
- name : Build and test
run: |
xcodebuild test -quiet -project KCS/KCS.xcodeproj -scheme "KCS" -sdk iphonesimulator -destination 'platform=iOS Simulator,name=iPhone 14' -resultBundlePath TestResults
xcodebuild test -quiet -workspace KCS/KCS.xcodeproj -scheme "KCS" -sdk iphonesimulator -destination 'platform=iOS Simulator,name=iPhone 14' -resultBundlePath TestResults
# - name: Build
# run: xcodebuild build-for-testing -workspace KCS/KCS.xcworkspace -scheme "KCS" -destination "platform=iOS Simulator,name=iPhone 14,OS=17.2"
Expand Down

0 comments on commit 9d4046d

Please sign in to comment.