setup tests

This commit is contained in:
Guilhem Saurel
2021-06-17 01:23:25 +02:00
parent fb17a87016
commit abe6497421
10 changed files with 3060 additions and 6 deletions

11
test.yml Normal file
View File

@@ -0,0 +1,11 @@
version: '3'
services:
bot:
build: .
env_file:
- tests/.env
tests:
build: tests
env_file:
- tests/.env