test: naming with matrix (#9064)
Better test naming when tests are in a matrix.
This commit is contained in:
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user