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 46
46
env :
47
47
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
48
48
SONAR_TOKEN : ${{ secrets.SONAR_TOKEN }}
49
+ - name : Wait sonar to process report
50
+ uses : jakejarvis/wait-action@master
51
+ with :
52
+ time : ' 60s'
49
53
- name : SonarQube Quality Gate check
50
54
uses : sonarsource/sonarqube-quality-gate-action@master
51
55
timeout-minutes : 5
Original file line number Diff line number Diff line change 44
44
env :
45
45
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
46
46
SONAR_TOKEN : ${{ secrets.SONAR_TOKEN }}
47
+ - name : Wait sonar to process report
48
+ uses : jakejarvis/wait-action@master
49
+ with :
50
+ time : ' 60s'
47
51
- name : SonarQube Quality Gate check
48
52
uses : sonarsource/sonarqube-quality-gate-action@master
49
53
timeout-minutes : 5
You can’t perform that action at this time.
0 commit comments