diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 983c24a1..0e756c83 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -2,6 +2,9 @@ name: Tests and Checks on: [push] +env: + ACTIONS_RUNNER_DEBUG: true + jobs: lint: runs-on: ubuntu-22.04 @@ -78,6 +81,7 @@ jobs: - name: Stop containers if: always() run: | + docker compose logs docker-compose down -v docker system prune -f -a --volumes