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 6cc6afd commit 83f2b3eCopy full SHA for 83f2b3e
.github/workflows/phpunit-tests.yml
@@ -224,12 +224,12 @@ jobs:
224
report: ${{ false }}
225
226
#
227
- # Runs specific individual test groups.
+ # Runs HTML API test groups.
228
229
# These tests are run against the most recent LTS version of MySQL.
230
231
- specific-test-groups:
232
- name: ${{ matrix.phpunit-test-groups }}
+ html-api-test-groups:
+ name: HTML API
233
uses: ./.github/workflows/reusable-phpunit-tests-v3.yml
234
permissions:
235
contents: read
0 commit comments