Running tests in docker build

This commit is contained in:
simojenki
2021-03-17 12:47:24 +11:00
parent 5ee9dd5d5b
commit 3e18a2d751
2 changed files with 8 additions and 6 deletions

View File

@@ -10,7 +10,7 @@ import { InMemoryMusicService } from "./in_memory_music_service";
const WEB_ADDRESS = "http://localhost:1234"
const bonob = bonobService("bonob-test", 247, WEB_ADDRESS, 'Anonymous');
const app = server(sonos("disabled"), bonob, WEB_ADDRESS, new InMemoryMusicService());
const app = server(sonos(false), bonob, WEB_ADDRESS, new InMemoryMusicService());
getPort().then((port) => {
logger.debug(`Starting on port ${port}`);