diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 0f59d2b16..7370862af 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -41,6 +41,7 @@ jobs: run: ./build --docker-compose-version-2 - run: make acceptance-init + - run: c2cciutils-docker-logs if: always() diff --git a/ci/requirements.txt b/ci/requirements.txt index 98036fd94..84a6c813b 100644 --- a/ci/requirements.txt +++ b/ci/requirements.txt @@ -1,4 +1,5 @@ c2cciutils==1.1.* +docker-compose==1.29.2 cryptography>=44.0.1 # not directly required, pinned by Snyk to avoid a vulnerability black>=24.3.0 # not directly required, pinned by Snyk to avoid a vulnerability pip>=23.3 # not directly required, pinned by Snyk to avoid a vulnerability