Skip to content
This repository was archived by the owner on Dec 12, 2025. It is now read-only.

Commit aaed582

Browse files
authored
Added job e2e-success (#568)
1 parent 8f1e30a commit aaed582

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/e2e.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -207,3 +207,12 @@ jobs:
207207
with:
208208
name: "${{ matrix.test-name }}-${{ matrix.distro }}-diagnostics"
209209
path: "${{ github.workspace }}/diagnostics"
210+
211+
e2e-success:
212+
if: always()
213+
needs: [tests]
214+
runs-on: ubuntu-latest
215+
steps:
216+
- name: Check E2E Result
217+
if: needs.tests.result != 'success'
218+
run: exit 1

0 commit comments

Comments
 (0)