Changeset 59725 for trunk/.github/workflows/phpunit-tests.yml
- Timestamp:
- 01/28/2025 11:47:49 PM (19 months ago)
- File:
-
- 1 edited
-
trunk/.github/workflows/phpunit-tests.yml (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/.github/workflows/phpunit-tests.yml
r59720 r59725 15 15 - '3.[7-9]' 16 16 - '[4-9].[0-9]' 17 paths: 18 # Any change to a PHP, CSS, JavaScript, JSON, HTML, or otherwise tested file should run checks. 19 - '**.css' 20 - '**.html' 21 - '**.js' 22 - '**.json' 23 - '**.php' 24 - 'src/license.txt' 25 - 'src/SECURITY.md' 26 # These files configure npm and the task runner. Changes could affect the outcome. 27 - 'package*.json' 28 - 'Gruntfile.js' 29 # These files configure Composer. Changes could affect the outcome. 30 - 'composer.*' 31 # This files affect the phpunit tests. Changes could affect the outcome. 32 - 'tests/phpunit/**' 33 # Confirm any changes to relevant workflow files. 34 - '.github/workflows/phpunit-tests.yml' 35 - '.github/workflows/reusable-phpunit-tests-*.yml' 17 36 workflow_dispatch: 18 37 # Once weekly On Sundays at 00:00 UTC.
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)