mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-14 02:26:55 -07:00
always kill docker
This commit is contained in:
parent
b157ce227d
commit
8c20b20590
1 changed files with 1 additions and 0 deletions
1
.github/workflows/automation-tests.yml
vendored
1
.github/workflows/automation-tests.yml
vendored
|
@ -75,6 +75,7 @@ jobs:
|
|||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
- name: Stop Docker
|
||||
if: always()
|
||||
run: |
|
||||
docker ps -q | xargs -I {} docker logs {}
|
||||
docker container kill $(docker ps -q)
|
Loading…
Add table
Add a link
Reference in a new issue