We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f85daef + 5c88052 commit 067cf29Copy full SHA for 067cf29
.github/workflows/build.yml
@@ -37,4 +37,13 @@ jobs:
37
uses: SonarSource/sonarcloud-github-action@master
38
env:
39
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
40
+ SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
41
+ - name: Wait sonar to process report
42
+ uses: jakejarvis/wait-action@master
43
+ with:
44
+ time: '60s'
45
+ - name: SonarQube Quality Gate check
46
+ uses: sonarsource/sonarqube-quality-gate-action@master
47
+ timeout-minutes: 5
48
+ env:
49
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
0 commit comments