diff --git a/.github/workflows/sonar_analysis.yml b/.github/workflows/sonar_analysis.yml index d8c2aa1..78f05c6 100644 --- a/.github/workflows/sonar_analysis.yml +++ b/.github/workflows/sonar_analysis.yml @@ -21,4 +21,4 @@ jobs: - name: Test run: | ls -la - xcodebuild test -project TrustlySDK.xcodeproj -scheme TrustlySDK_Tests -destination 'platform=iOS Simulator,name=iPhone 13' + xcodebuild -workspace Example/TrustlySDK.xcworkspace -scheme TrustlySDK-Example -destination 'platform=iOS Simulator,name=iPhone 15,OS=17.4' test \ No newline at end of file