Skip to content

Commit 7a7895a

Browse files
authored
Short syntax doesn’t appear to work.
1 parent e15125c commit 7a7895a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,11 +66,10 @@ jobs:
6666
directory: 'build'
6767
save-build: true
6868
prepare-playground: ${{ github.event_name == 'pull_request' && true || '' }}
69-
7069
with:
7170
os: ${{ matrix.os }}
7271
directory: ${{ matrix.directory }}
73-
test-certificates: ${{ matrix.test-certificates || false }}
72+
test-certificates: ${{ matrix.test-certificates && true || false }}
7473
save-build: ${{ matrix.save-build && matrix.save-build || false }}
7574
prepare-playground: ${{ matrix.prepare-playground && matrix.prepare-playground || false }}
7675

0 commit comments

Comments
 (0)