Files
soldr-modules/docker-compose.yaml
T
2023-01-25 22:29:15 +03:00

12 lines
283 B
YAML

version: "3"
services:
tests:
tty: true
entrypoint:
bash -c "cd soldr-modules && ./tests_framework/lua/bin/busted.linux64.cmd tests/."
build:
context: .
dockerfile: tests/Dockerfile
volumes:
- .:/soldr-modules
# command: tail -f /dev/null