Skip to content

Commit 6706c25

Browse files
authored
Merge pull request #44 from cloudblue/await-sonar
Fix sonar
2 parents 785cf0a + 4c83377 commit 6706c25

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/test.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,13 @@ jobs:
2424
uses: SonarSource/sonarcloud-github-action@master
2525
env:
2626
GITHUB_TOKEN: ${{ secrets.GTHUB_TOKEN }}
27+
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
28+
- name: Wait sonar to process report
29+
uses: jakejarvis/wait-action@master
30+
with:
31+
time: '60s'
32+
- name: SonarQube Quality Gate check
33+
uses: sonarsource/sonarqube-quality-gate-action@master
34+
timeout-minutes: 5
35+
env:
2736
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}

0 commit comments

Comments
 (0)