mirror of
https://github.com/vxcontrol/soldr-modules.git
synced 2026-07-01 12:47:17 -04:00
12 lines
283 B
YAML
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 |