Skip to content

Commit 7dc28be

Browse files
committed
Build/Test Tools: Test certificate-related scripts in 6.8 branch.
This makes use of the new input added in [60765], which runs the `copy:certificates` and `build:certificates` Grunt tasks to ensure there are no uncommitted changes to files under version control. Follow up to [60765]. See #63939. git-svn-id: https://develop.svn.wordpress.org/branches/6.8@60766 602fd350-edb4-49c9-b593-d223f7449a82
1 parent 4e244a6 commit 7dc28be

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/test-build-processes.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,10 +63,14 @@ jobs:
6363
directory: 'build'
6464
save-build: true
6565
prepare-playground: ${{ github.event_name == 'pull_request' && true || '' }}
66+
# Test certificate build commands with Linux only.
67+
- os: ubuntu-24.04
68+
test-certificates: true
6669

6770
with:
6871
os: ${{ matrix.os }}
6972
directory: ${{ matrix.directory }}
73+
test-certificates: ${{ matrix.test-certificates && true || false }}
7074
save-build: ${{ matrix.save-build && matrix.save-build || false }}
7175
prepare-playground: ${{ matrix.prepare-playground && matrix.prepare-playground || false }}
7276

0 commit comments

Comments
 (0)