mirror of
https://github.com/1Password/onepassword-operator.git
synced 2025-11-01 04:09:39 +00:00
Comment should represent the state of e2e tests
This commit is contained in:
4
.github/workflows/test-e2e.yml
vendored
4
.github/workflows/test-e2e.yml
vendored
@@ -100,8 +100,8 @@ jobs:
|
|||||||
issue-number: ${{ github.event.client_payload.pull_request.number }}
|
issue-number: ${{ github.event.client_payload.pull_request.number }}
|
||||||
body: |
|
body: |
|
||||||
${{
|
${{
|
||||||
needs.e2e-test.result == 'success' && '✅ E2E tests passed.' ||
|
needs.e2e.result == 'success' && '✅ E2E tests passed.' ||
|
||||||
needs.e2e-test.result == 'failure' && '❌ E2E tests failed.' ||
|
needs.e2e.result == 'failure' && '❌ E2E tests failed.' ||
|
||||||
'⚠️ E2E tests completed.'
|
'⚠️ E2E tests completed.'
|
||||||
}}
|
}}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user