We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1b5642 commit 52f87ecCopy full SHA for 52f87ec
.github/workflows/build.yml
@@ -46,6 +46,10 @@ jobs:
46
env:
47
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
48
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
49
+ - name: Wait sonar to process report
50
+ uses: jakejarvis/wait-action@master
51
+ with:
52
+ time: '60s'
53
- name: SonarQube Quality Gate check
54
uses: sonarsource/sonarqube-quality-gate-action@master
55
timeout-minutes: 5
.github/workflows/deploy.yml
@@ -44,6 +44,10 @@ jobs:
44
45
0 commit comments