matrix-webhook/test.yml
Guilhem Saurel abe6497421 setup tests
2021-07-13 11:41:05 +02:00

11 lines
136 B
YAML

version: '3'
services:
bot:
build: .
env_file:
- tests/.env
tests:
build: tests
env_file:
- tests/.env