From 75dd6caebe5873ccbed4e90cce21f38321be7c3f Mon Sep 17 00:00:00 2001 From: Arpan Mahanty Date: Sun, 17 Mar 2024 01:02:29 +0530 Subject: [PATCH] Updated sanity-suite.yml --- .github/workflows/sanity-suite.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/sanity-suite.yml b/.github/workflows/sanity-suite.yml index fee0a08..ef95fc9 100644 --- a/.github/workflows/sanity-suite.yml +++ b/.github/workflows/sanity-suite.yml @@ -15,6 +15,8 @@ jobs: sanity: name: Perform Sanity runs-on: ubuntu-latest + env: + CC_TEST_REPORTER_ID: 795d51655a38f68d2a9b4caad660a28f0853d2c9583ef014bc1e8210bc53e896 steps: - name: Checkout repository