Skip to content

Commit 40aade0

Browse files
committed
Use workflow in PR branch.
1 parent 6f9c9f1 commit 40aade0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/phpunit-tests.yml

Lines changed: 3 additions & 3 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
4040
permissions:
4141
contents: read
4242
secrets: inherit
@@ -115,7 +115,7 @@ jobs:
115115
#
116116
test-with-mariadb:
117117
name: PHP ${{ matrix.php }}
118-
uses: WordPress/wordpress-develop/.github/workflows/reusable-phpunit-tests-v3.yml@trunk
118+
uses: ./.github/workflows/reusable-phpunit-tests-v3.yml
119119
permissions:
120120
contents: read
121121
secrets: inherit
@@ -159,7 +159,7 @@ jobs:
159159
#
160160
specific-test-groups:
161161
name: ${{ matrix.phpunit-test-groups }}
162-
uses: WordPress/wordpress-develop/.github/workflows/reusable-phpunit-tests-v3.yml@trunk
162+
uses: ./.github/workflows/reusable-phpunit-tests-v3.yml
163163
permissions:
164164
contents: read
165165
secrets: inherit

0 commit comments

Comments
 (0)