Try to spawn test instance in CI
This commit is contained in:
parent
0c8f3d085a
commit
35007698f0
2 changed files with 5 additions and 1 deletions
|
@ -10,6 +10,9 @@ install:
|
||||||
- docker-compose --version
|
- docker-compose --version
|
||||||
- pip install pytest mypy flake8
|
- pip install pytest mypy flake8
|
||||||
script:
|
script:
|
||||||
# - flake8
|
|
||||||
- mypy --ignore-missing-imports .
|
- mypy --ignore-missing-imports .
|
||||||
|
- cp -r tests/me.yml config/me.yml
|
||||||
|
- docker-compose up -d
|
||||||
|
- docker-compose ps
|
||||||
|
# - flake8
|
||||||
# - pytest -v
|
# - pytest -v
|
||||||
|
|
|
@ -26,6 +26,7 @@
|
||||||
|
|
||||||
<div id="notes">
|
<div id="notes">
|
||||||
{% for item in outbox_data %}
|
{% for item in outbox_data %}
|
||||||
|
{{ item }}
|
||||||
|
|
||||||
{% if item.type == 'Announce' %}
|
{% if item.type == 'Announce' %}
|
||||||
{% set boost_actor = item.activity.actor | get_actor %}
|
{% set boost_actor = item.activity.actor | get_actor %}
|
||||||
|
|
Loading…
Reference in a new issue