Make mx-tester have consistent use of yarn. (#710)

CI was broken because of this shite https://github.com/nodejs/corepack/issues/612
This commit is contained in:
Gnuxie
2025-01-31 17:06:48 +00:00
committed by GitHub
parent 057d2c1f82
commit b4bf6b2c0b
+1 -1
View File
@@ -19,7 +19,7 @@ up:
127.0.0.1:8081:80 -v $MX_TEST_CWD/test/nginx.conf:/etc/nginx/nginx.conf:ro
-d nginx
- corepack yarn install
- corepack npx ts-node src/appservice/cli.ts -r -u
- corepack yarn ts-node src/appservice/cli.ts -r -u
"http://host.docker.internal:9000"
- cp draupnir-registration.yaml $MX_TEST_SYNAPSE_DIR/data/
after: