Debug CI
This commit is contained in:
parent
3dbe4ba4e9
commit
c53913aa12
1 changed files with 2 additions and 1 deletions
|
@ -24,6 +24,7 @@ script:
|
|||
# Integration tests first
|
||||
- python -m pytest -v --ignore data -k integration
|
||||
# Federation tests (with two local instances)
|
||||
- ls -lR /app
|
||||
- pwd
|
||||
- ls -lR .
|
||||
- python -m pytest -v -s --ignore data -k federation
|
||||
- docker logs instance1_web_1
|
||||
|
|
Loading…
Reference in a new issue