diff --git a/.github/workflows/automation-tests.yml b/.github/workflows/automation-tests.yml index 160adf8af..97572ad25 100644 --- a/.github/workflows/automation-tests.yml +++ b/.github/workflows/automation-tests.yml @@ -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) \ No newline at end of file