Skip to content

Commit dc10876

Browse files
authoredFeb 19, 2025
Merge pull request #2168 from cardstack/README-fix
Update docs on how to setup for matrix tests locally
2 parents 76d880a + 6cd06f4 commit dc10876

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -309,10 +309,10 @@ The matrix client relies upon the host app and the realm servers. Start the host
309309
pnpm start
310310
```
311311

312-
Then start the realm server (minus the matrix server). From the `packages/realm-server` folder:
312+
Then start the realm server for matrix tests (does not start the matrix server). From the `packages/realm-server` folder:
313313

314314
```
315-
pnpm start:without-matrix
315+
MATRIX_REGISTRATION_SHARED_SECRET='xxxx' pnpm start:services-for-matrix-tests
316316
```
317317

318318
Then to run the tests from the CLI execute the following from `packages/matrix`:

0 commit comments

Comments
 (0)