From a16995743f34f8f57e0074072330f8bca328527d Mon Sep 17 00:00:00 2001 From: Bhavin Patel Date: Tue, 9 Jul 2024 14:40:04 -0700 Subject: [PATCH] testing images --- .github/workflows/unit-testing.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/unit-testing.yml b/.github/workflows/unit-testing.yml index a6f0f00fb7..d684ddbf48 100644 --- a/.github/workflows/unit-testing.yml +++ b/.github/workflows/unit-testing.yml @@ -60,4 +60,5 @@ jobs: echo "This job will fail if there are failures in unit-testing" python .github/workflows/format_test_results.py >> $GITHUB_STEP_SUMMARY echo "The Unit testing is completed. See details in the unit-testing job summary UI " + echo 'Image' >> "$GITHUB_STEP_SUMMARY" \ No newline at end of file