From 8ef25e536ad99231ffb0ad719bd2065b2b3ad0b7 Mon Sep 17 00:00:00 2001 From: SeungHyun Hong Date: Wed, 24 Jan 2024 01:58:25 +0900 Subject: [PATCH] =?UTF-8?q?unit=20test=20=EC=A0=84=EC=9A=A9=20Scheme=20?= =?UTF-8?q?=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/test.yaml | 2 +- .../xcschemes/SwiftCITest.xcscheme | 101 ++++++++++++++++++ .../xcschemes/SwiftCITestTests.xcscheme | 54 ++++++++++ 3 files changed, 156 insertions(+), 1 deletion(-) create mode 100644 SwiftCITest.xcodeproj/xcshareddata/xcschemes/SwiftCITest.xcscheme create mode 100644 SwiftCITest.xcodeproj/xcshareddata/xcschemes/SwiftCITestTests.xcscheme diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 7af29eb..0aaf3fb 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -16,4 +16,4 @@ jobs: - name: Simulator List check run: xcrun simctl list devices - name: Execute Unit tests - run: xcodebuild test -project SwiftCITest.xcodeproj -scheme SwiftCITest -destination 'platform=iOS Simulator,name=iPhone 15,OS=17.2' + run: xcodebuild test -project SwiftCITest.xcodeproj -scheme SwiftCITestTests -destination 'platform=iOS Simulator,name=iPhone 15 Pro,OS=17.2' diff --git a/SwiftCITest.xcodeproj/xcshareddata/xcschemes/SwiftCITest.xcscheme b/SwiftCITest.xcodeproj/xcshareddata/xcschemes/SwiftCITest.xcscheme new file mode 100644 index 0000000..05bbe9f --- /dev/null +++ b/SwiftCITest.xcodeproj/xcshareddata/xcschemes/SwiftCITest.xcscheme @@ -0,0 +1,101 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SwiftCITest.xcodeproj/xcshareddata/xcschemes/SwiftCITestTests.xcscheme b/SwiftCITest.xcodeproj/xcshareddata/xcschemes/SwiftCITestTests.xcscheme new file mode 100644 index 0000000..f6e9735 --- /dev/null +++ b/SwiftCITest.xcodeproj/xcshareddata/xcschemes/SwiftCITestTests.xcscheme @@ -0,0 +1,54 @@ + + + + + + + + + + + + + + + + + + + + +