This commit is contained in:
parent
dc6919e893
commit
d76a29b111
2 changed files with 9 additions and 0 deletions
|
@ -6,5 +6,6 @@ steps:
|
|||
- name: test
|
||||
image: fnndsc/python-poetry
|
||||
commands:
|
||||
- mv tests/test.toml data/config.toml
|
||||
- poetry install --with dev
|
||||
- poetry run pytest
|
||||
|
|
8
tests/test.toml
Normal file
8
tests/test.toml
Normal file
|
@ -0,0 +1,8 @@
|
|||
|
||||
domain = "test.foxhole.me"
|
||||
username = "testfox"
|
||||
name = "test233"
|
||||
summary = "test"
|
||||
https = false
|
||||
icon_url = "http://test/static/nopic.png"
|
||||
secret = "4f511111111111111111f054025b0b"
|
Loading…
Reference in a new issue