From 46715bb7073a90bdc3fc172c38ae970165f32d7b Mon Sep 17 00:00:00 2001 From: Gabriel Santos Date: Thu, 28 Nov 2024 16:16:09 -0300 Subject: [PATCH] Add to test --- .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 fe2861d..31f3142 100644 --- a/.github/workflows/sonar_analysis.yml +++ b/.github/workflows/sonar_analysis.yml @@ -40,7 +40,7 @@ jobs: bear -- xcodebuild -workspace Example/TrustlySDK.xcworkspace \ -scheme TrustlySDK-Example \ -destination 'platform=iOS Simulator,name=iPhone 15,OS=17.4' \ - build + build build OTHER_CFLAGS="-fsyntax-only" - name: Install sonar-scanner run: |