Changeset 63916
- Timestamp:
- 09/24/2026 03:58:03 PM (3 hours ago)
- Location:
- trunk/.github/workflows
- Files:
-
- 2 edited
-
reusable-phpunit-tests-v1.yml (modified) (1 diff)
-
reusable-phpunit-tests-v2.yml (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/.github/workflows/reusable-phpunit-tests-v1.yml
r63897 r63916 126 126 TEST_GROUPS: ${{ inputs.phpunit-test-groups }} 127 127 run: | 128 if [[ ! "$TEST_GROUPS" =~ ^[A-Za-z0-9_ -]+(,[A-Za-z0-9_-]+)*$ ]]; then128 if [[ ! "$TEST_GROUPS" =~ ^[A-Za-z0-9_.-]+(,[A-Za-z0-9_.-]+)*$ ]]; then 129 129 echo 'phpunit-test-groups must be a comma-separated list of group names.' >&2 130 130 exit 1 -
trunk/.github/workflows/reusable-phpunit-tests-v2.yml
r63897 r63916 128 128 TEST_GROUPS: ${{ inputs.phpunit-test-groups }} 129 129 run: | 130 if [[ ! "$TEST_GROUPS" =~ ^[A-Za-z0-9_ -]+(,[A-Za-z0-9_-]+)*$ ]]; then130 if [[ ! "$TEST_GROUPS" =~ ^[A-Za-z0-9_.-]+(,[A-Za-z0-9_.-]+)*$ ]]; then 131 131 echo 'phpunit-test-groups must be a comma-separated list of group names.' >&2 132 132 exit 1
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)