File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -125,6 +125,10 @@ jobs:
125
125
env :
126
126
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
127
127
SONAR_TOKEN : ${{ secrets.SONAR_TOKEN }}
128
+ - name : Wait sonar to process report
129
+ uses : jakejarvis/wait-action@master
130
+ with :
131
+ time : ' 60s'
128
132
- name : SonarQube Quality Gate check
129
133
uses : sonarsource/sonarqube-quality-gate-action@master
130
134
timeout-minutes : 5
Original file line number Diff line number Diff line change 40
40
env :
41
41
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
42
42
SONAR_TOKEN : ${{ secrets.SONAR_TOKEN }}
43
+ - name : Wait sonar to process report
44
+ uses : jakejarvis/wait-action@master
45
+ with :
46
+ time : ' 60s'
43
47
- name : SonarQube Quality Gate check
44
48
uses : sonarsource/sonarqube-quality-gate-action@master
45
49
timeout-minutes : 5
You can’t perform that action at this time.
0 commit comments