Skip to content

Commit 0ebbdad

Browse files
authored
Merge pull request #32 from cloudblue/await-sonar
Await sonarcloud
2 parents db708e2 + 508e9c5 commit 0ebbdad

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/build.yml

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

0 commit comments

Comments
 (0)