From 80b69ac53db9129cb5182e73e98ef87c1d3f35b2 Mon Sep 17 00:00:00 2001 From: Elliot DeNolf Date: Thu, 7 Nov 2024 13:08:32 -0500 Subject: [PATCH] test: naming with matrix (#9064) Better test naming when tests are in a matrix. --- .github/workflows/main.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 411778b855..6c4cd38214 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -187,6 +187,7 @@ jobs: tests-int: runs-on: ubuntu-latest needs: build + name: int-${{ matrix.database }} strategy: fail-fast: false matrix: @@ -284,6 +285,7 @@ jobs: needs: build strategy: fail-fast: false + name: ${{ matrix.suite }} matrix: # find test -type f -name 'e2e.spec.ts' | sort | xargs dirname | xargs -I {} basename {} suite: