Skip to content

Commit 91ef1a8

Browse files
committed
break out matrix startup into separate step
1 parent 6c39cc8 commit 91ef1a8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -374,6 +374,9 @@ jobs:
374374
env:
375375
NODE_OPTIONS: --max_old_space_size=4096
376376
working-directory: packages/host
377+
- name: Start matrix
378+
run: pnpm start:matrix &
379+
working-directory: packages/realm-server
377380
- name: Start realm servers
378381
run: PG_INDEXER=true pnpm start:all &
379382
working-directory: packages/realm-server

0 commit comments

Comments
 (0)