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 785cf0a + 4c83377 commit 6706c25Copy full SHA for 6706c25
.github/workflows/test.yml
@@ -24,4 +24,13 @@ jobs:
24
uses: SonarSource/sonarcloud-github-action@master
25
env:
26
GITHUB_TOKEN: ${{ secrets.GTHUB_TOKEN }}
27
+ SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
28
+ - name: Wait sonar to process report
29
+ uses: jakejarvis/wait-action@master
30
+ with:
31
+ time: '60s'
32
+ - name: SonarQube Quality Gate check
33
+ uses: sonarsource/sonarqube-quality-gate-action@master
34
+ timeout-minutes: 5
35
+ env:
36
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
0 commit comments