From 42d4b6e677eaa0362942aceb770492ba4dcc6652 Mon Sep 17 00:00:00 2001 From: Volodymyr Zotov Date: Fri, 31 Oct 2025 13:41:44 -0500 Subject: [PATCH] Comment should represent the state of e2e tests --- .github/workflows/test-e2e.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test-e2e.yml b/.github/workflows/test-e2e.yml index 04d24dc..d156dd9 100644 --- a/.github/workflows/test-e2e.yml +++ b/.github/workflows/test-e2e.yml @@ -100,8 +100,8 @@ jobs: issue-number: ${{ github.event.client_payload.pull_request.number }} body: | ${{ - needs.e2e-test.result == 'success' && '✅ E2E tests passed.' || - needs.e2e-test.result == 'failure' && '❌ E2E tests failed.' || + needs.e2e.result == 'success' && '✅ E2E tests passed.' || + needs.e2e.result == 'failure' && '❌ E2E tests failed.' || '⚠️ E2E tests completed.' }}