13 lines
200 B
YAML
13 lines
200 B
YAML
# Overlay configuration to run tests
|
|
services:
|
|
api-node:
|
|
command:
|
|
- "npm"
|
|
- "run"
|
|
- "test"
|
|
api-golang:
|
|
command:
|
|
- "go"
|
|
- "test"
|
|
- "-v"
|
|
- "./..." |