matrix-webhook/test.yml

12 lines
136 B
YAML
Raw Normal View History

2021-06-16 19:23:25 -04:00
version: '3'
services:
bot:
build: .
env_file:
- tests/.env
tests:
build: tests
env_file:
- tests/.env