Skip to content

Commit

Permalink
Test against PR branch.
Browse files Browse the repository at this point in the history
  • Loading branch information
desrosj committed Nov 20, 2023
1 parent 9c3c7f3 commit 442cb69
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test-build-processes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
# Tests the WordPress Core build process on multiple operating systems.
test-core-build-process:
name: Core running from ${{ matrix.directory }}
uses: WordPress/wordpress-develop/.github/workflows/callable-test-core-build-process.yml@trunk
uses: desrosj/wordpress-develop/.github/workflows/callable-test-core-build-process.yml@update/nodejs-20
permissions:
contents: read
if: ${{ github.repository == 'WordPress/wordpress-develop' || github.event_name == 'pull_request' }}
Expand All @@ -56,7 +56,7 @@ jobs:
# See https://docs.github.com/en/actions/learn-github-actions/contexts#context-availability.
test-core-build-process-macos:
name: Core running from ${{ matrix.directory }}
uses: WordPress/wordpress-develop/.github/workflows/callable-test-core-build-process.yml@trunk
uses: desrosj/wordpress-develop/.github/workflows/callable-test-core-build-process.yml@update/nodejs-20
permissions:
contents: read
if: ${{ github.repository == 'WordPress/wordpress-develop' }}
Expand All @@ -72,7 +72,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: WordPress/wordpress-develop/.github/workflows/callable-test-gutenberg-build-process.yml@trunk
uses: desrosj/wordpress-develop/.github/workflows/callable-test-gutenberg-build-process.yml@update/nodejs-20
permissions:
contents: read
if: ${{ github.repository == 'WordPress/wordpress-develop' || github.event_name == 'pull_request' }}
Expand All @@ -97,7 +97,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: WordPress/wordpress-develop/.github/workflows/callable-test-gutenberg-build-process.yml@trunk
uses: desrosj/wordpress-develop/.github/workflows/callable-test-gutenberg-build-process.yml@update/nodejs-20
permissions:
contents: read
if: ${{ github.repository == 'WordPress/wordpress-develop' }}
Expand Down

0 comments on commit 442cb69

Please sign in to comment.