mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 14:20:15 +00:00
Build/Test Tools: Use the correct path to build process test workflows.
Follow up to [56976]. See #59632. git-svn-id: https://develop.svn.wordpress.org/trunk@56977 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
4
.github/workflows/test-build-processes.yml
vendored
4
.github/workflows/test-build-processes.yml
vendored
@@ -80,7 +80,7 @@ jobs:
|
||||
# Tests the Gutenberg plugin build process on multiple operating systems when run within a wordpress-develop checkout.
|
||||
test-gutenberg-build-process:
|
||||
name: Gutenberg running from ${{ matrix.directory }}
|
||||
uses: desrosj/wordpress-develop/.github/workflows/callable-test-gutenberg-build-process.yml@combine/npm-testing
|
||||
uses: WordPress/wordpress-develop/.github/workflows/callable-test-gutenberg-build-process.yml@trunk
|
||||
permissions:
|
||||
contents: read
|
||||
if: ${{ github.repository == 'WordPress/wordpress-develop' || github.event_name == 'pull_request' }}
|
||||
@@ -103,7 +103,7 @@ jobs:
|
||||
# See https://docs.github.com/en/actions/learn-github-actions/contexts#context-availability.
|
||||
test-gutenberg-build-process-macos:
|
||||
name: Gutenberg running from ${{ matrix.directory }}
|
||||
uses: desrosj/wordpress-develop/.github/workflows/callable-test-gutenberg-build-process.yml@combine/npm-testing
|
||||
uses: WordPress/wordpress-develop/.github/workflows/callable-test-gutenberg-build-process.yml@trunk
|
||||
permissions:
|
||||
contents: read
|
||||
if: ${{ github.repository == 'WordPress/wordpress-develop' }}
|
||||
|
||||
Reference in New Issue
Block a user