From d475107716695c161e1ebb159f93593e4dbd08d8 Mon Sep 17 00:00:00 2001 From: apurv-wednesday Date: Mon, 6 May 2024 19:29:13 +0530 Subject: [PATCH] fix: disable sonar for testing --- .github/workflows/ci.yml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 84e69c1..d21d22b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -36,11 +36,12 @@ jobs: - name: Build Project run: yarn build - - - uses: sonarsource/sonarqube-scan-action@master - env: - SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} - SONAR_HOST_URL: ${{ secrets.SONAR_HOST_URL }} + + # comment sonar action for testing purposes + # - uses: sonarsource/sonarqube-scan-action@master + # env: + # SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} + # SONAR_HOST_URL: ${{ secrets.SONAR_HOST_URL }} # Commenting out SonarQube Quality Gate action for now # - uses: sonarsource/sonarqube-quality-gate-action@master