mirror of
https://github.com/1Password/onepassword-operator.git
synced 2025-11-01 12:19:39 +00:00
Merge pull request #231 from 1Password/vzt/fix-bot-comment
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 }}
|
||||
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.'
|
||||
}}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user