Skip to content

Commit 5afd35d

Browse files
committed
Use workflow in the PR to test.
1 parent c388df9 commit 5afd35d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/phpunit-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
#
3737
test-with-mysql:
3838
name: PHP ${{ matrix.php }}
39-
uses: WordPress/wordpress-develop/.github/workflows/reusable-phpunit-tests-v3.yml@trunk
39+
uses: ./.github/workflows/reusable-phpunit-tests-v3.yml@trunk
4040
permissions:
4141
contents: read
4242
secrets: inherit
@@ -119,7 +119,7 @@ jobs:
119119
#
120120
test-with-mariadb:
121121
name: PHP ${{ matrix.php }}
122-
uses: WordPress/wordpress-develop/.github/workflows/reusable-phpunit-tests-v3.yml@trunk
122+
uses: ./.github/workflows/reusable-phpunit-tests-v3.yml@trunk
123123
permissions:
124124
contents: read
125125
secrets: inherit

0 commit comments

Comments
 (0)