From 709f24b5df981fcc72658ae5a39d0f50f0c2bd5b Mon Sep 17 00:00:00 2001 From: Adphi Date: Tue, 28 Feb 2023 18:12:38 +0100 Subject: [PATCH] actions: add end-to-end tests as release dependency Signed-off-by: Adphi --- .github/workflows/ci.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 41af7e0..e127ac9 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -226,6 +226,7 @@ jobs: - tests - docs-up-to-date - build + - e2e-tests steps: - name: Checkout @@ -274,6 +275,7 @@ jobs: - tests - docs-up-to-date - build-image + - e2e-tests steps: - name: Checkout