From 7f7ec8bb0da1385c3ac24eda416478c23a05c5d5 Mon Sep 17 00:00:00 2001 From: Gabriel Santos Date: Fri, 22 Nov 2024 16:06:55 -0300 Subject: [PATCH] Add run tests --- .github/workflows/sonar_analysis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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