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 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+