From ff1fa46445acd897082e13ce1695a12ab5e5cbd4 Mon Sep 17 00:00:00 2001 From: Alex Perathoner Date: Tue, 20 Aug 2024 17:37:10 +0200 Subject: [PATCH] a --- .github/workflows/xcode-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/xcode-build.yml b/.github/workflows/xcode-build.yml index d6699c20..1a2927df 100644 --- a/.github/workflows/xcode-build.yml +++ b/.github/workflows/xcode-build.yml @@ -77,7 +77,7 @@ jobs: uses: warchant/setup-sonar-scanner@v8 - name: Run sonarqube run: | - sonar-scanner + sonar-scanner -X -Dsonar.login=${{ secrets.SONAR_TOKEN }} - name: Check failures # Flaky tests make the output status generated by xcresulttool not reliable. Using xcodebuild's status directly.