Tweak CI
This commit is contained in:
parent
52d2a50760
commit
729a8c039f
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ steps:
|
||||||
- docker-compose -p instance1 -f docker-compose-tests.yml ps
|
- docker-compose -p instance1 -f docker-compose-tests.yml ps
|
||||||
- WEB_PORT=5007 COMPOSE_PROJECT_NAME=instance2 CONFIG_DIR=./tests/fixtures/instance2/config docker-compose -p instance2 -f docker-compose-tests.yml up -d
|
- WEB_PORT=5007 COMPOSE_PROJECT_NAME=instance2 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
|
||||||
- sleep 5
|
- sleep 30
|
||||||
# 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