Skip to content

Commit 80fdc65

Browse files
Marc SerratMarc Serrat
Marc Serrat
authored and
Marc Serrat
committed
Avoid sonar to crash due still did not processed report
1 parent c8a0abd commit 80fdc65

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build.yml

+4
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,10 @@ jobs:
4848
env:
4949
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5050
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
51+
- name: Wait sonar to process report
52+
uses: jakejarvis/wait-action@master
53+
with:
54+
time: '60s'
5155
- name: SonarQube Quality Gate check
5256
uses: sonarsource/sonarqube-quality-gate-action@master
5357
timeout-minutes: 5

0 commit comments

Comments
 (0)