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 3f5f19e commit d75eada
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/unit-tests-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,13 @@ jobs:
unit-tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v1
- name: Set up JDK
uses: actions/setup-java@v1
with:
fetch-depth: 0
java-version: '17'
- name: Analyze with SonarCloud
uses: sonarsource/sonarcloud-github-action@master
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 }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}

0 comments on commit d75eada

Please sign in to comment.