Comment should represent the state of e2e tests

This commit is contained in:
Volodymyr Zotov
2025-10-31 13:41:44 -05:00
parent 36719a2029
commit 42d4b6e677

View File

@@ -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.'
}}