mirror of
https://git.sr.ht/~tsileo/microblog.pub
synced 2024-11-15 03:04:28 +00:00
Debug CI
This commit is contained in:
parent
c53913aa12
commit
dc1260f564
1 changed files with 1 additions and 0 deletions
|
@ -19,6 +19,7 @@ script:
|
|||
- docker-compose ps
|
||||
- WEB_PORT=5006 CONFIG_DIR=./tests/fixtures/instance1/config docker-compose -p instance1 -f docker-compose-tests.yml up -d
|
||||
- docker-compose -p instance1 -f docker-compose-tests.yml ps
|
||||
- docker inspect instance1_web_1
|
||||
- WEB_PORT=5007 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
|
||||
# Integration tests first
|
||||
|
|
Loading…
Reference in a new issue