Skip to content

Commit 051ab28

Browse files
committed
better name
1 parent 62d9781 commit 051ab28

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,14 +56,14 @@ jobs:
5656
run-test-segment:
5757
needs: tests-segmentation
5858

59-
name: "Run PHPUnit segment"
59+
name: "Run PHPUnit segment ${{ matrix.suite-name }}"
6060
runs-on: ubuntu-latest
6161
timeout-minutes: 60
6262

6363
strategy:
6464
fail-fast: false
6565
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)}}"
6767

6868
steps:
6969
- name: "Checkout"
@@ -79,6 +79,6 @@ jobs:
7979
run: "composer install --no-interaction --no-progress"
8080

8181
- name: "Tests"
82-
run: "vendor/bin/phpunit --testsuite ${{ matrix.phpunit-script }}"
82+
run: "vendor/bin/phpunit --testsuite ${{ matrix.suite-name }}"
8383

8484
```

0 commit comments

Comments
 (0)