Skip to content

Commit

Permalink
Build/Test Tools: Use input added in [58274] in the 6.2 branch.
Browse files Browse the repository at this point in the history
This was missed in [58301].

See #59416, #61213.

git-svn-id: https://develop.svn.wordpress.org/branches/6.2@58349 602fd350-edb4-49c9-b593-d223f7449a82
  • Loading branch information
desrosj committed Jun 5, 2024
1 parent 08534d7 commit d3492f7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/test-build-processes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,15 @@ jobs:
matrix:
os: [ ubuntu-latest, windows-latest ]
directory: [ 'src', 'build' ]
include:
# Only prepare artifacts once.
- os: ubuntu-latest
directory: 'build'
prepare-playground: ${{ github.event_name == 'pull_request' && true || '' }}
with:
os: ${{ matrix.os }}
directory: ${{ matrix.directory }}
prepare-playground: ${{ matrix.prepare-playground && matrix.prepare-playground || false }}
test-emoji: false

# Tests the WordPress Core build process on MacOS.
Expand Down

0 comments on commit d3492f7

Please sign in to comment.