Skip to content

Commit

Permalink
Update CompileAndTest.yml (#51)
Browse files Browse the repository at this point in the history
fix sonar
  • Loading branch information
dan323 authored Dec 24, 2024
1 parent 76dae39 commit 11b85c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CompileAndTest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SONAR_PROJECT: ${{ secrets.SONAR_PROJECT }}
run: mvn -B -f pom.xml package -Dmaven.test.skip=true org.sonarsource.scanner.maven:sonar-maven-plugin:sonar -Dsonar.java.source=21 -Dsonar.java.target=21 -Dsonar.token=$SONAR_TOKEN -Dsonar.host.url=https://sonarcloud.io/ -Dsonar.organization=$SONAR_ORGANIZATION -Dsonar.projectKey=dan323_natural-deduction
run: mvn -B -f pom.xml package -Dmaven.test.skip=true org.sonarsource.scanner.maven:sonar-maven-plugin:sonar -Dsonar.java.source=21 -Dsonar.java.target=21 -Dsonar.token=$SONAR_TOKEN -Dsonar.host.url=https://sonarcloud.io/ -Dsonar.organization=$SONAR_ORGANIZATION -Dorganization=$SONAR_ORGANIZATION -Dsonar.projectKey=dan323_natural-deduction
- name: set PR number
if: github.event_name == 'pull_request'
run: |
Expand Down Expand Up @@ -115,4 +115,4 @@ jobs:
user_name: 'pitest-report[bot]'
user_email: 'pitest-report[bot]@users.noreply.github.com'
commit_message: 'pitest-report'
keep_files: true
keep_files: true

0 comments on commit 11b85c8

Please sign in to comment.