mirror of
https://github.com/brendan-ch/project-inter-server.git
synced 2026-04-17 07:50:31 +00:00
add testing workflow and update package.json
This commit is contained in:
@@ -9,6 +9,14 @@ services:
|
||||
- redis
|
||||
volumes:
|
||||
- .:/usr/src/app
|
||||
test:
|
||||
build: .
|
||||
command: npm run test
|
||||
env_file: .env
|
||||
depends_on:
|
||||
- redis
|
||||
volumes:
|
||||
- .:/usr/src/app
|
||||
redis:
|
||||
image: redis:alpine
|
||||
ports:
|
||||
|
||||
Reference in New Issue
Block a user