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 db708e2 + 508e9c5 commit 0ebbdadCopy full SHA for 0ebbdad
1 file changed
.github/workflows/build.yml
@@ -47,6 +47,10 @@ jobs:
47
env:
48
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
49
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
50
+ - name: Wait sonar to process report
51
+ uses: jakejarvis/wait-action@master
52
+ with:
53
+ time: '60s'
54
- name: SonarQube Quality Gate check
55
uses: sonarsource/sonarqube-quality-gate-action@master
56
timeout-minutes: 5
0 commit comments