Skip to content

Commit 19b417d

Browse files
committed
fix: test naming
1 parent 8ab1250 commit 19b417d

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/unit-test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
workflow_call:
55

66
env:
7-
total-runners: 8
7+
total-runners: 12
88

99
jobs:
1010
dependency-branches:
@@ -34,9 +34,9 @@ jobs:
3434
INDEX_JSON=$(jq --null-input --compact-output '. |= [inputs]' <<< ${INDEX_LIST})
3535
echo "::set-output name=json::${INDEX_JSON}"
3636
37-
run-parallel-tests:
37+
unit-tests:
3838
runs-on: ubuntu-latest
39-
name: "Runner #${{ matrix.runner-index }}: Run test suite in parallel"
39+
name: "Unit tests: ${{ matrix.plugin }} plugin, runner #${{ matrix.runner-index }}"
4040
needs:
4141
- dependency-branches
4242
- runner-indexes

0 commit comments

Comments
 (0)