mirror of
https://git.sr.ht/~tsileo/microblog.pub
synced 2024-11-15 03:04:28 +00:00
Fix build
This commit is contained in:
parent
f929540729
commit
848b8b23a8
1 changed files with 2 additions and 0 deletions
|
@ -21,6 +21,8 @@ script:
|
||||||
- docker-compose -p instance1 -f docker-compose-tests.yml ps
|
- docker-compose -p instance1 -f docker-compose-tests.yml ps
|
||||||
- WEB_PORT=5007 CONFIG_DIR=./tests/fixtures/instance2/config docker-compose -p instance2 -f docker-compose-tests.yml up -d
|
- WEB_PORT=5007 CONFIG_DIR=./tests/fixtures/instance2/config docker-compose -p instance2 -f docker-compose-tests.yml up -d
|
||||||
- docker-compose -p instance2 -f docker-compose-tests.yml ps
|
- docker-compose -p instance2 -f docker-compose-tests.yml ps
|
||||||
|
- curl http://localhost:5006
|
||||||
|
- curl http://localhost:5007
|
||||||
# Integration tests first
|
# Integration tests first
|
||||||
- python -m pytest -v --ignore data -k integration
|
- python -m pytest -v --ignore data -k integration
|
||||||
# Federation tests (with two local instances)
|
# Federation tests (with two local instances)
|
||||||
|
|
Loading…
Reference in a new issue