Skip to content

Commit d93f295

Browse files
committed
Build/Test Tools: Run test coverage when PHPunit workflow changes.
[59287] updated the test coverage workflow to make use of the reusable PHPUnit workflow logic to prevent having duplicate code. The workflow should be run when the reusable file is updated to confirm any changes made work as expected. See #62221. git-svn-id: https://develop.svn.wordpress.org/trunk@59355 602fd350-edb4-49c9-b593-d223f7449a82
1 parent f68a79e commit d93f295

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test-coverage.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77
- trunk
88
paths:
99
- '.github/workflows/test-coverage.yml'
10+
- '.github/workflows/reusable-phpunit-tests-v3.yml'
1011
- 'docker-compose.yml'
1112
- 'phpunit.xml.dist'
1213
- 'tests/phpunit/multisite.xml'
@@ -15,6 +16,7 @@ on:
1516
- trunk
1617
paths:
1718
- '.github/workflows/test-coverage.yml'
19+
- '.github/workflows/reusable-phpunit-tests-v3.yml'
1820
- 'docker-compose.yml'
1921
- 'phpunit.xml.dist'
2022
- 'tests/phpunit/multisite.xml'

0 commit comments

Comments
 (0)