Skip to content

Commit ee1acc8

Browse files
committed
regenerate mjolnir-registration in mx-tester
1 parent 2f826a5 commit ee1acc8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

mx-tester.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ up:
99
- psql postgres://mjolnir-tester:mjolnir-test@localhost:8082/mjolnir-test-db -c "CREATE TABLE mjolnir (local_part VARCHAR(255), owner VARCHAR(255), management_room TEXT)"
1010
# Launch the reverse proxy, listening for connections *only* on the local host.
1111
- docker run --rm --network host --name mjolnir-test-reverse-proxy -p 127.0.0.1:8081:80 -v $MX_TEST_CWD/test/nginx.conf:/etc/nginx/nginx.conf:ro -d nginx
12+
- yarn install
13+
- npx ts-node src/appservice/cli.ts -r -u "http://host.docker.internal:9000"
1214
- cp mjolnir-registration.yaml $MX_TEST_SYNAPSE_DIR/data/
1315
after:
1416
# Wait until Synapse is ready

0 commit comments

Comments
 (0)