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 8bc2478 commit 91dbe73Copy full SHA for 91dbe73
.github/workflows/phpunit-tests.yml
@@ -158,7 +158,7 @@ jobs:
158
# Runs specific test groups.
159
#
160
specific-test-groups:
161
- name: ${{ phpunit-test-groups }} w/PHP ${{ matrix.php }}
+ name: ${{ matrix.phpunit-test-groups }} w/PHP ${{ matrix.php }}
162
uses: WordPress/wordpress-develop/.github/workflows/reusable-phpunit-tests-v3.yml@trunk
163
permissions:
164
contents: read
0 commit comments