From fe46ce9c2b67c4051d757a2de3e33610f9e333f0 Mon Sep 17 00:00:00 2001 From: yutianwu Date: Mon, 10 Apr 2023 19:04:10 +0800 Subject: [PATCH] don't upload analysis --- .github/workflows/test.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 754d052a92..527ba44ff8 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -191,12 +191,6 @@ jobs: with: name: "${{ github.sha }}-e2e-coverage" continue-on-error: true - - name: sonarcloud - if: ${{ env.GIT_DIFF && !github.event.pull_request.draft }} - uses: SonarSource/sonarcloud-github-action@master - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} liveness-test: runs-on: ubuntu-latest