Skip to content

Commit 83f2b3e

Browse files
committed
Let's call these what they are.
1 parent 6cc6afd commit 83f2b3e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/phpunit-tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -224,12 +224,12 @@ jobs:
224224
report: ${{ false }}
225225

226226
#
227-
# Runs specific individual test groups.
227+
# Runs HTML API test groups.
228228
#
229229
# These tests are run against the most recent LTS version of MySQL.
230230
#
231-
specific-test-groups:
232-
name: ${{ matrix.phpunit-test-groups }}
231+
html-api-test-groups:
232+
name: HTML API
233233
uses: ./.github/workflows/reusable-phpunit-tests-v3.yml
234234
permissions:
235235
contents: read

0 commit comments

Comments
 (0)