Backend runs test- and seed-server on travis

This is necessary for fullstack testing in the frontend repository
This commit is contained in:
Robert Schäfer 2019-02-25 19:33:51 +01:00
parent c86658729e
commit aef367b210

View File

@ -8,7 +8,11 @@ services:
- 7687:7687
- 7474:7474
backend:
ports:
- 4001:4001
- 4123:4123
image: humanconnection/nitro-backend:builder
build:
context: .
target: builder
command: yarn run test:cypress