forked from forks/microblog.pub
Debug CI
This commit is contained in:
parent
dc1260f564
commit
0932b98a44
1 changed files with 2 additions and 0 deletions
|
@ -25,6 +25,8 @@ script:
|
||||||
# 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)
|
||||||
|
- curl http://localhost:5006
|
||||||
|
- curl http://localhost:5007
|
||||||
- pwd
|
- pwd
|
||||||
- ls -lR .
|
- ls -lR .
|
||||||
- python -m pytest -v -s --ignore data -k federation
|
- python -m pytest -v -s --ignore data -k federation
|
||||||
|
|
Loading…
Reference in a new issue