diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml index cc3e4b4..1275fd4 100644 --- a/.github/workflows/pipeline.yml +++ b/.github/workflows/pipeline.yml @@ -32,8 +32,5 @@ jobs: path: ~/.sonar/cache key: ${{ runner.os }}-sonar restore-keys: ${{ runner.os }}-sonar - - name: Test and Sonar Analysis - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} - run: mvn -B test org.sonarsource.scanner.maven:sonar-maven-plugin:sonar --file pom.xml --no-transfer-progress -Pcoverage -Dsonar.projectKey=Win-ther_SpringbootGroupProject + - name: Run Tests + run: mvn -B test --file pom.xml --no-transfer-progress -Pcoverage diff --git a/pom.xml b/pom.xml index b57625d..9fae0a2 100644 --- a/pom.xml +++ b/pom.xml @@ -17,8 +17,6 @@ UTF-8 21 21 - win-ther - https://sonarcloud.io