Files
2023-02-21 20:35:58 -05:00

15 lines
216 B
YAML

# Overlay configuration to run tests
version: "3.9"
services:
api-node:
command:
- "npm"
- "run"
- "test"
api-golang:
command:
- "go"
- "test"
- "-v"
- "./..."