From a412b453008f07add52c48ece8f03bc735918972 Mon Sep 17 00:00:00 2001 From: Marco Carrozzo Date: Mon, 16 Jan 2023 14:07:37 +0100 Subject: [PATCH] [AAE-12057] add description to unit tests --- .github/workflows/pull-request.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 0a264d2e12..6e981a8cf1 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -122,7 +122,7 @@ jobs: unit-tests: timeout-minutes: 30 - name: "Unit tests" + name: "Unit tests: ${{ matrix.unit-tests.name }}" runs-on: ubuntu-22.04 needs: [setup] strategy: