mirror of
https://github.com/haveno-dex/haveno-ts.git
synced 2025-07-02 18:47:00 -04:00
log output from docker containers to stdout
This commit is contained in:
parent
984fbc50cd
commit
3495f562c7
1 changed files with 3 additions and 0 deletions
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
|
@ -18,6 +18,9 @@ jobs:
|
|||
- name: Stop Mono service
|
||||
run: sudo killall mono
|
||||
|
||||
- name: Collect Docker Logs
|
||||
uses: jwalton/gh-docker-logs@v2.2.1
|
||||
|
||||
- name: Start containers
|
||||
run: docker-compose -f "./docker/docker-compose.yml" up -d --build
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue