File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -56,14 +56,14 @@ jobs:
56
56
run-test-segment :
57
57
needs : tests-segmentation
58
58
59
- name : " Run PHPUnit segment"
59
+ name : " Run PHPUnit segment ${{ matrix.suite-name }} "
60
60
runs-on : ubuntu-latest
61
61
timeout-minutes : 60
62
62
63
63
strategy :
64
64
fail-fast : false
65
65
matrix :
66
- phpunit-script : " ${{fromJson(needs.tests-segmentation.outputs.phpunit-test-segments-json)}}"
66
+ suite-name : " ${{fromJson(needs.tests-segmentation.outputs.phpunit-test-segments-json)}}"
67
67
68
68
steps :
69
69
- name : " Checkout"
79
79
run : " composer install --no-interaction --no-progress"
80
80
81
81
- name : " Tests"
82
- run : " vendor/bin/phpunit --testsuite ${{ matrix.phpunit-script }}"
82
+ run : " vendor/bin/phpunit --testsuite ${{ matrix.suite-name }}"
83
83
84
84
```
You can’t perform that action at this time.
0 commit comments