Skip to content

Commit 00693b0

Browse files
committed
ci: fix tls feature-set workflow
Signed-off-by: Michael Goldenberg <m@mgoldenberg.net>
1 parent 6b81e84 commit 00693b0

1 file changed

Lines changed: 14 additions & 14 deletions

File tree

.github/workflows/ci.yml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -214,29 +214,29 @@ jobs:
214214
fail-fast: true
215215
matrix:
216216
include:
217-
- name: "[m]-qrcode"
217+
- name: '[m]-qrcode'
218218
cmd: matrix-sdk-qrcode
219219

220-
- name: "[m]-base"
220+
- name: '[m]-base'
221221
cmd: matrix-sdk-base
222222

223-
- name: "[m]-common"
223+
- name: '[m]-common'
224224
cmd: matrix-sdk-common
225225

226-
- name: "[m], no-default"
226+
- name: '[m], no-default'
227227
cmd: matrix-sdk-no-default
228228

229-
- name: "[m]-ui"
229+
- name: '[m]-ui'
230230
cmd: matrix-sdk-ui
231231
check_only: true
232232

233-
- name: "[m]-indexeddb"
233+
- name: '[m]-indexeddb'
234234
cmd: indexeddb
235235

236-
- name: "[m], indexeddb stores"
236+
- name: '[m], indexeddb stores'
237237
cmd: matrix-sdk-indexeddb-stores
238238

239-
- name: "[m], indexeddb stores, no crypto"
239+
- name: '[m], indexeddb stores, no crypto'
240240
cmd: matrix-sdk-indexeddb-stores-no-crypto
241241

242242
steps:
@@ -251,7 +251,7 @@ jobs:
251251

252252
- name: Install wasm-pack
253253
uses: qmaru/wasm-pack-action@v0.5.3
254-
if: "!matrix.check_only"
254+
if: '!matrix.check_only'
255255
with:
256256
version: v0.13.1
257257

@@ -281,7 +281,7 @@ jobs:
281281
target/debug/xtask ci wasm ${{ matrix.cmd }}
282282
283283
- name: Wasm-Pack test
284-
if: "!matrix.check_only"
284+
if: '!matrix.check_only'
285285
run: |
286286
target/debug/xtask ci wasm-pack ${{ matrix.cmd }}
287287
@@ -337,7 +337,7 @@ jobs:
337337
target/debug/xtask ci clippy
338338
339339
integration-tests:
340-
name: "Integration test (features: ${{ matrix.feature }})"
340+
name: 'Integration test (features: ${{ matrix.feature }})'
341341
runs-on: ubuntu-latest
342342

343343
# run several docker containers with the same networking stack so the hostname 'synapse'
@@ -348,10 +348,10 @@ jobs:
348348
synapse:
349349
image: ghcr.io/matrix-org/synapse-service:v1.117.0 # keep in sync with ./coverage.yml
350350
env:
351-
SYNAPSE_COMPLEMENT_DATABASE: sqlite
352-
SERVER_NAME: synapse
351+
SYNAPSE_COMPLEMENT_DATABASE: sqlite
352+
SERVER_NAME: synapse
353353
ports:
354-
- 8008:8008
354+
- 8008:8008
355355

356356
strategy:
357357
fail-fast: true

0 commit comments

Comments
 (0)