Skip to content

Commit

Permalink
init : SonarQube_TeamAccount
Browse files Browse the repository at this point in the history
  • Loading branch information
joohyun1996 committed Mar 15, 2024
1 parent 5b64d2f commit 7428eb9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ jobs:
cache: maven
- name: Build with Maven
run: mvn -B package --file pom.xml
- name: Run SonarQube
run: mvn sonar:sonar -Dsonar.projectKey=github-action -Dsonar.host.url=${{secrets.SONAR_HOST}} -Dsonar.login=${{secrets.SONAR_TOKEN}}
- name : upload file
uses: appleboy/scp-action@master
with:
Expand Down

0 comments on commit 7428eb9

Please sign in to comment.