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
|
||||
- python -m pytest -v --ignore data -k integration
|
||||
# Federation tests (with two local instances)
|
||||
- curl http://localhost:5006
|
||||
- curl http://localhost:5007
|
||||
- pwd
|
||||
- ls -lR .
|
||||
- python -m pytest -v -s --ignore data -k federation
|
||||
|
|
Loading…
Reference in a new issue