From 4151c27844be33aaab03c57a9e44c60241cdbc92 Mon Sep 17 00:00:00 2001 From: Vladislav Kozlov Date: Fri, 10 Jan 2025 13:57:42 -0800 Subject: [PATCH] Bring _test_rosetta workflow back --- .github/workflows/_test_rosetta.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/_test_rosetta.yaml b/.github/workflows/_test_rosetta.yaml index 05f7d3867..06c5365bb 100644 --- a/.github/workflows/_test_rosetta.yaml +++ b/.github/workflows/_test_rosetta.yaml @@ -94,5 +94,4 @@ jobs: fi echo "LABEL='V100 Unit'" >> $GITHUB_OUTPUT echo "MESSAGE='${PASSED_TESTS}/${SKIPPED_TESTS}/${FAILED_TESTS} pass/skip/fail'" >> $GITHUB_OUTPUT - echo "COLOR='${BADGE_COLOR}'" >> $GITHUB_OUTPUT - \ No newline at end of file + echo "COLOR='${BADGE_COLOR}'" >> $GITHUB_OUTPUT \ No newline at end of file