We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e15125c commit 7a7895aCopy full SHA for 7a7895a
.github/workflows/test-build-processes.yml
@@ -66,11 +66,10 @@ jobs:
66
directory: 'build'
67
save-build: true
68
prepare-playground: ${{ github.event_name == 'pull_request' && true || '' }}
69
-
70
with:
71
os: ${{ matrix.os }}
72
directory: ${{ matrix.directory }}
73
- test-certificates: ${{ matrix.test-certificates || false }}
+ 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