From 1c127c57b3d72ee7d23eebd670e05420bda33c5a Mon Sep 17 00:00:00 2001 From: Alberto Codutti Date: Mon, 23 Dec 2024 17:10:16 +0100 Subject: [PATCH] Fixup Signed-off-by: Alberto Codutti --- .github/workflows/kapua-ci.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/kapua-ci.yaml b/.github/workflows/kapua-ci.yaml index 31a636e97b1..1787d2e7f94 100755 --- a/.github/workflows/kapua-ci.yaml +++ b/.github/workflows/kapua-ci.yaml @@ -162,7 +162,8 @@ jobs: with: tag: '@job or @scheduler and not @it' needs-docker-images: 'false' - Test - Job Service IT: + test-job-it: + name: Test - Job Services IT needs: build runs-on: ubuntu-latest timeout-minutes: 45 @@ -173,7 +174,8 @@ jobs: with: tag: '@job and @it' needs-docker-images: 'true' - Test - Job Engine IT: + test-job-engine-it: + name: Test - Job Engine IT needs: build runs-on: ubuntu-latest timeout-minutes: 45