Skip to content

Commit 1c44683

Browse files
committed
Merge remote-tracking branch 'upstream/6.8' into 6.8
2 parents c2a13a6 + 7dc28be commit 1c44683

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.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)