3131 # Tests the WordPress Core build process on multiple operating systems.
3232 test-core-build-process :
3333 name : Core running from ${{ matrix.directory }}
34- uses : WordPress/wordpress-develop/ .github/workflows/reusable-test-core-build-process.yml@trunk
34+ uses : ./ .github/workflows/reusable-test-core-build-process.yml
3535 permissions :
3636 contents : read
3737 if : ${{ github.repository == 'WordPress/wordpress-develop' || github.event_name == 'pull_request' }}
6363 # See https://docs.github.com/en/actions/learn-github-actions/contexts#context-availability.
6464 test-core-build-process-macos :
6565 name : Core running from ${{ matrix.directory }}
66- uses : WordPress/wordpress-develop/ .github/workflows/reusable-test-core-build-process.yml@trunk
66+ uses : ./ .github/workflows/reusable-test-core-build-process.yml
6767 permissions :
6868 contents : read
6969 if : ${{ github.repository == 'WordPress/wordpress-develop' }}
7979 # Tests the Gutenberg plugin build process on multiple operating systems when run within a wordpress-develop checkout.
8080 test-gutenberg-build-process :
8181 name : Gutenberg running from ${{ matrix.directory }}
82- uses : WordPress/wordpress-develop/ .github/workflows/reusable-test-gutenberg-build-process.yml@trunk
82+ uses : ./ .github/workflows/reusable-test-gutenberg-build-process.yml
8383 permissions :
8484 contents : read
8585 if : ${{ github.repository == 'WordPress/wordpress-develop' || github.event_name == 'pull_request' }}
@@ -102,7 +102,7 @@ jobs:
102102 # See https://docs.github.com/en/actions/learn-github-actions/contexts#context-availability.
103103 test-gutenberg-build-process-macos :
104104 name : Gutenberg running from ${{ matrix.directory }}
105- uses : WordPress/wordpress-develop/ .github/workflows/reusable-test-gutenberg-build-process.yml@trunk
105+ uses : ./ .github/workflows/reusable-test-gutenberg-build-process.yml
106106 permissions :
107107 contents : read
108108 if : ${{ github.repository == 'WordPress/wordpress-develop' }}
@@ -117,7 +117,7 @@ jobs:
117117
118118 slack-notifications :
119119 name : Slack Notifications
120- uses : WordPress/wordpress-develop/ .github/workflows/slack-notifications.yml@trunk
120+ uses : ./ .github/workflows/slack-notifications.yml
121121 permissions :
122122 actions : read
123123 contents : read
0 commit comments