Fix config file for the dev server
This commit is contained in:
parent
c6b9bee28e
commit
31b9010ced
2 changed files with 2 additions and 2 deletions
|
@ -17,7 +17,6 @@ script:
|
|||
- cp -r tests/me.yml config/me.yml
|
||||
- docker-compose up -d
|
||||
- docker-compose ps
|
||||
- sleep 2
|
||||
- curl http://localhost:5005/
|
||||
- sleep 3
|
||||
- docker-compose logs web
|
||||
- pytest -v --ignore data
|
||||
|
|
|
@ -3,4 +3,5 @@ name: 'CI tests'
|
|||
icon_url: 'https://sos-ch-dk-2.exo.io/microblogpub/microblobpub.png'
|
||||
domain: 'localhost:5005'
|
||||
summary: 'test instance summary'
|
||||
pass: '$2b$12$nEgJMgaYbXSPOvgnqM4jSeYnleKhXqsFgv/o3hg12x79uEdsR4cUy' # hello
|
||||
https: false
|
||||
|
|
Loading…
Reference in a new issue