Skip to content

Commit

Permalink
Test sonar cloud
Browse files Browse the repository at this point in the history
  • Loading branch information
Pelayori committed Mar 9, 2024
1 parent 7b31bc7 commit e349dc9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/unit-tests-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,9 @@ jobs:
uses: actions/setup-java@v1
with:
java-version: '17'
- name: Analyze with SonarCloud
- name: Add exec permission to mvnw
run: chmod +x mvnw
- name: Analyze with SonarCloud
run: ./mvnw -B verify sonar:sonar -Dsonar.projectKey=wiq_es04b -Dsonar.organization=Arquisoft -Dsonar.host.url=https://sonarcloud.io -Dsonar.login=$SONAR_TOKEN
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit e349dc9

Please sign in to comment.