Skip to content

Commit

Permalink
Retire sonar
Browse files Browse the repository at this point in the history
  • Loading branch information
matthieun committed May 1, 2024
1 parent e85934d commit 043cf5c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,11 @@ jobs:
run: ./gradlew jar check -x test -x integrationTest
- name: Tests
run: ./gradlew check build
- name: Sonar
env:
SONAR_TOKEN: 374d4e512b90257ba50c21c37202ee01af40c6a0
SONAR_PR_DECORATION_GITHUB_TOKEN: ${{ secrets.SONAR_PR_DECORATION_GITHUB_TOKEN }}
run: .github/workflow_scripts/sonar.sh
# - name: Sonar
# env:
# SONAR_TOKEN: 374d4e512b90257ba50c21c37202ee01af40c6a0
# SONAR_PR_DECORATION_GITHUB_TOKEN: ${{ secrets.SONAR_PR_DECORATION_GITHUB_TOKEN }}
# run: .github/workflow_scripts/sonar.sh

# Merge to Main
- name: Merge dev to main
Expand Down

0 comments on commit 043cf5c

Please sign in to comment.