Shard Jest tests to run complete them faster (#12061)
This commit is contained in:
parent
db7f0ba69a
commit
dcf45937aa
2 changed files with 18 additions and 1 deletions
4
.github/workflows/sonarqube.yml
vendored
4
.github/workflows/sonarqube.yml
vendored
|
@ -10,7 +10,9 @@ concurrency:
|
|||
jobs:
|
||||
sonarqube:
|
||||
name: 🩻 SonarQube
|
||||
if: github.event.workflow_run.event != 'merge_group'
|
||||
if: github.event.workflow_run.conclusion == 'success' && github.event.workflow_run.event != 'merge_group'
|
||||
uses: matrix-org/matrix-js-sdk/.github/workflows/sonarcloud.yml@develop
|
||||
secrets:
|
||||
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
|
||||
with:
|
||||
sharded: true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue