Skip to content

Commit d88a7d1

Browse files
committed
add matrix debug
1 parent 8bc5f75 commit d88a7d1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: .github/workflows/ci.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -375,9 +375,9 @@ jobs:
375375
NODE_OPTIONS: --max_old_space_size=4096
376376
working-directory: packages/host
377377
# TODO we shouldn't have to start matrix separately
378-
# - name: Start matrix
379-
# run: pnpm start:matrix &
380-
# working-directory: packages/realm-server
378+
- name: Start matrix
379+
run: pnpm start:matrix &
380+
working-directory: packages/realm-server
381381
- name: Start realm servers
382382
run: PG_INDEXER=true pnpm start:all &
383383
working-directory: packages/realm-server

0 commit comments

Comments
 (0)