Skip to content

Commit f685992

Browse files
committed
register reusable-phpunit-test workflow
1 parent d56b4f9 commit f685992

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test-phpunit.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ on:
1313
- composer.json
1414
- phpunit.xml.dist
1515
- .github/workflows/test-phpunit.yml
16+
- .github/workflows/reusable-phpunit-test.yml
1617

1718
pull_request:
1819
branches:
@@ -26,6 +27,7 @@ on:
2627
- composer.json
2728
- phpunit.xml.dist
2829
- .github/workflows/test-phpunit.yml
30+
- .github/workflows/reusable-phpunit-test.yml
2931

3032
concurrency:
3133
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}

0 commit comments

Comments
 (0)