setup tests
This commit is contained in:
parent
fb17a87016
commit
abe6497421
10 changed files with 3060 additions and 6 deletions
11
test.yml
Normal file
11
test.yml
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
version: '3'
|
||||
|
||||
services:
|
||||
bot:
|
||||
build: .
|
||||
env_file:
|
||||
- tests/.env
|
||||
tests:
|
||||
build: tests
|
||||
env_file:
|
||||
- tests/.env
|
||||
Loading…
Reference in a new issue