Skip to content

Commit

Permalink
testing
Browse files Browse the repository at this point in the history
  • Loading branch information
bogdanakushnir committed Aug 2, 2023
1 parent d8e9f31 commit 2cea451
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@ jobs:
- name: Build and analyze
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
# SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
run: mvn -B verify org.sonarsource.scanner.maven:sonar-maven-plugin:sonar -Dsonar.projectKey=bogdanakushnir_t -Dsonar.login=c3be47fe47f698d9641c82c0b4b0fb80f9d2d84a
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
run: mvn -B verify org.sonarsource.scanner.maven:sonar-maven-plugin:sonar -Dsonar.projectKey=bogdanakushnir_java-test
6 changes: 2 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,8 @@
<properties>
<maven.compiler.source>11</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target>
<!-- <sonar.token>c3be47fe47f698d9641c82c0b4b0fb80f9d2d84a</sonar.token>-->
<!-- <sonar.login>c3be47fe47f698d9641c82c0b4b0fb80f9d2d84a</sonar.login>-->
<sonar.organization>bogdanakushnir</sonar.organization>
<sonar.host.url>https://squad-4-core.sc-dev.io</sonar.host.url>
<sonar.organization>bogdanakushnir</sonar.organization>
<sonar.host.url>https://sonarcloud.io</sonar.host.url>
</properties>

</project>

0 comments on commit 2cea451

Please sign in to comment.