We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ab1250 commit 19b417dCopy full SHA for 19b417d
1 file changed
.github/workflows/unit-test.yml
@@ -4,7 +4,7 @@ on:
4
workflow_call:
5
6
env:
7
- total-runners: 8
+ total-runners: 12
8
9
jobs:
10
dependency-branches:
@@ -34,9 +34,9 @@ jobs:
34
INDEX_JSON=$(jq --null-input --compact-output '. |= [inputs]' <<< ${INDEX_LIST})
35
echo "::set-output name=json::${INDEX_JSON}"
36
37
- run-parallel-tests:
+ unit-tests:
38
runs-on: ubuntu-latest
39
- name: "Runner #${{ matrix.runner-index }}: Run test suite in parallel"
+ name: "Unit tests: ${{ matrix.plugin }} plugin, runner #${{ matrix.runner-index }}"
40
needs:
41
- dependency-branches
42
- runner-indexes
0 commit comments