mirror of
https://git.sr.ht/~tsileo/microblog.pub
synced 2024-11-15 03:04:28 +00:00
Simplify CI
This commit is contained in:
parent
5a6288f0a6
commit
52d2a50760
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ steps:
|
||||||
- docker-compose -p instance2 -f docker-compose-tests.yml ps
|
- docker-compose -p instance2 -f docker-compose-tests.yml ps
|
||||||
- sleep 5
|
- sleep 5
|
||||||
# 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)
|
||||||
- python -m pytest -v -s --ignore data -k federatio
|
- python -m pytest -v -s --ignore data -k federatio
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue