File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
ee/packages/federation-matrix Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -656,6 +656,7 @@ jobs:
656656 ROCKETCHAT_IMAGE : ghcr.io/${{ needs.release-versions.outputs.lowercase-repo }}/rocket.chat:${{ needs.release-versions.outputs.gh-docker-tag }}
657657 ENTERPRISE_LICENSE_RC1 : ${{ secrets.ENTERPRISE_LICENSE_RC1 }}
658658 QASE_TESTOPS_JEST_API_TOKEN : ${{ secrets.QASE_TESTOPS_JEST_API_TOKEN }}
659+ PR_NUMBER : ${{ github.event.number }}
659660 run : yarn test:integration --image "${ROCKETCHAT_IMAGE}"
660661
661662 report-coverage :
Original file line number Diff line number Diff line change @@ -36,9 +36,9 @@ export default {
3636 testops : {
3737 api : { token : process . env . QASE_TESTOPS_JEST_API_TOKEN } ,
3838 project : 'RC' ,
39- run : { complete : true } ,
39+ run : { complete : true , title : `Federation (PR: ${ process . env . PR_NUMBER } )` } ,
4040 } ,
41- debug : true ,
41+ debug : false ,
4242 } ,
4343 ] as [ string , { [ x : string ] : unknown } ] ,
4444 ]
You can’t perform that action at this time.
0 commit comments