test: naming with matrix (#9064)

Better test naming when tests are in a matrix.
This commit is contained in:
Elliot DeNolf
2024-11-07 13:08:32 -05:00
committed by GitHub
parent e2607d4faa
commit 80b69ac53d

View File

@@ -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: