From b16b55bde9f575c4a38fbbebfb7bce4b63506b70 Mon Sep 17 00:00:00 2001 From: edlu77 Date: Mon, 9 Feb 2026 16:04:37 -0500 Subject: [PATCH] Disable sonarcloud scan --- .github/workflows/tests.yml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 304709b78..130019a99 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -1,4 +1,4 @@ -name: 'Tests' +name: "Tests" on: push: @@ -6,11 +6,11 @@ on: - main - develop pull_request: - types: ['opened', 'edited', 'synchronize'] + types: ["opened", "edited", "synchronize"] jobs: tests: - name: 'Tests' + name: "Tests" runs-on: ubuntu-latest strategy: matrix: @@ -35,13 +35,13 @@ jobs: working-directory: website - run: npm run test working-directory: website - - name: SonarCloud Scan - uses: sonarsource/sonarcloud-github-action@master - with: - projectBaseDir: website - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} + # - name: SonarCloud Scan + # uses: sonarsource/sonarcloud-github-action@master + # with: + # projectBaseDir: website + # env: + # GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + # SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} - name: Slack Notification if: always() uses: kpritam/slack-job-status-action@v1