Skip to content

Commit dba8733

Browse files
committed
add pr number to title
1 parent 3e288b2 commit dba8733

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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:

ee/packages/federation-matrix/jest.config.federation.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
]

0 commit comments

Comments
 (0)