diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 4126944..ea6225f 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -34,30 +34,6 @@ jobs: exit-code: '1' format: 'table' - - sonarqube: - runs-on: ubuntu-latest - if: github.repository == 'daspawnw/k8s-node-label' - steps: - - name: Checkout code - uses: actions/checkout@v4 - - - name: Install Go - uses: actions/setup-go@v5 - with: - go-version-file: './go.mod' - - - name: Calculate coverage - run: go test -coverprofile=coverage.out ./... - - - name: SonarCloud Scan - uses: sonarsource/sonarcloud-github-action@master - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} - SONAR_PROJECT_KEY: ${{ secrets.SONAR_PROJECT_KEY }} - SONAR_ORGANIZATION: ${{ secrets.SONAR_ORGANIZATION }} - docker: name: Docker Build