Merge pull request #231 from 1Password/vzt/fix-bot-comment

Comment should represent the state of e2e tests
This commit is contained in:
Volodymyr Zotov
2025-10-31 13:51:17 -05:00
committed by GitHub

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