|
|
@@ -30,8 +30,6 @@ services:
|
|
|
depends_on:
|
|
|
mongo:
|
|
|
condition: service_healthy
|
|
|
- redis:
|
|
|
- condition: service_healthy
|
|
|
user: node
|
|
|
command: npm run test:acceptance:_run
|
|
|
|
|
|
@@ -43,8 +41,5 @@ services:
|
|
|
- ./:/tmp/build/
|
|
|
command: tar -czf /tmp/build/build.tar.gz --exclude=build.tar.gz --exclude-vcs .
|
|
|
user: root
|
|
|
- redis:
|
|
|
- image: redis
|
|
|
-
|
|
|
mongo:
|
|
|
image: mongo:3.6
|