We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c2a13a6 + 7dc28be commit 1c44683Copy full SHA for 1c44683
1 file changed
.github/workflows/test-build-processes.yml
@@ -63,10 +63,14 @@ jobs:
63
directory: 'build'
64
save-build: true
65
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
69
70
with:
71
os: ${{ matrix.os }}
72
directory: ${{ matrix.directory }}
73
+ test-certificates: ${{ matrix.test-certificates && true || false }}
74
save-build: ${{ matrix.save-build && matrix.save-build || false }}
75
prepare-playground: ${{ matrix.prepare-playground && matrix.prepare-playground || false }}
76
0 commit comments