Skip to content

Commit 49d21cc

Browse files
committed
feat : 테스트 커밋 (#89)
1 parent b4104ab commit 49d21cc

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/workflows/action-test-ci.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,6 @@ jobs:
4141
run: |
4242
pod install --repo-update --clean-install --project-directory=KCS
4343
44-
- name: Build Package
45-
run: swift build -v
46-
47-
- name: Run tests
48-
run: swift test
44+
- name: Build and test
45+
run: |
46+
xcodebuild clean test -workspace KCS/KCS.xcworkspace -scheme KCS -destination "platform=iOS Simulator,name=iPhone 14,OS=16.2" | xcbeautify

0 commit comments

Comments
 (0)