From 8c10a23fa2254b89a89f593afb39dd075d53a146 Mon Sep 17 00:00:00 2001 From: Elliot DeNolf Date: Thu, 7 Nov 2024 13:10:05 -0500 Subject: [PATCH] test: naming --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 6c4cd38214..e7f7184035 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -283,9 +283,9 @@ jobs: tests-e2e: runs-on: ubuntu-latest needs: build + name: ${{ matrix.suite }} strategy: fail-fast: false - name: ${{ matrix.suite }} matrix: # find test -type f -name 'e2e.spec.ts' | sort | xargs dirname | xargs -I {} basename {} suite: