diff --git a/.github/workflows/xcodebuild.yml b/.github/workflows/xcodebuild.yml
index 2f35cf43..f142b708 100644
--- a/.github/workflows/xcodebuild.yml
+++ b/.github/workflows/xcodebuild.yml
@@ -8,24 +8,24 @@ jobs:
steps:
- uses: actions/checkout@v2
-
+
- name: Select Xcode
- run: sudo xcode-select -switch /Applications/Xcode_12_beta.app
+ run: sudo xcode-select -switch /Applications/Xcode_12.app
- name: Xcode version
run: /usr/bin/xcodebuild -version
- name: Xcode test backend
run: |
- cd ACHNBrowserUI/Packages/Backend/
- swift test
+ cd ACHNBrowserUI/
+ xcodebuild clean test -scheme Backend -destination 'platform=iOS Simulator,name=iPhone 11,OS=14.0'
- name: Xcode test UI
run: |
- cd ACHNBrowserUI/Packages/UI/
- swift test
+ cd ACHNBrowserUI/
+ xcodebuild clean test -scheme UI -destination 'platform=iOS Simulator,name=iPhone 11,OS=14.0'
- name: Xcode build iOS App
run: |
cd ACHNBrowserUI/
- xcodebuild clean build -scheme ACHNBrowserUI -destination 'platform=iOS Simulator,name=iPhone 11,OS=14'
+ xcodebuild clean build -scheme ACHNBrowserUI -destination 'platform=iOS Simulator,name=iPhone 11,OS=14.0'
diff --git a/ACHNBrowserUI/Packages/UI/.swiftpm/xcode/xcshareddata/xcschemes/UI.xcscheme b/ACHNBrowserUI/Packages/UI/.swiftpm/xcode/xcshareddata/xcschemes/UI.xcscheme
index 4d5ccb76..233f20ef 100644
--- a/ACHNBrowserUI/Packages/UI/.swiftpm/xcode/xcshareddata/xcschemes/UI.xcscheme
+++ b/ACHNBrowserUI/Packages/UI/.swiftpm/xcode/xcshareddata/xcschemes/UI.xcscheme
@@ -28,6 +28,16 @@
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
shouldUseLaunchSchemeArgsEnv = "YES">
+
+
+
+