diff --git a/.github/workflows/action-test-ci.yml b/.github/workflows/action-test-ci.yml index b24b533f..743722be 100644 --- a/.github/workflows/action-test-ci.yml +++ b/.github/workflows/action-test-ci.yml @@ -46,4 +46,4 @@ jobs: - name: Test run: | - xcodebuild test-without-building -scheme "KCS" -destination "platform=iOS Simulator,name=iPhone 14,OS=17.2" \ No newline at end of file + xcodebuild test-without-building -workspace KCS/KCS.xcworkspace -scheme "KCS/KCSUnitTest" -destination "platform=iOS Simulator,name=iPhone 14,OS=17.2" \ No newline at end of file