Skip to content

Commit 1f2c17b

Browse files
committed
ci: adds docker version and docker compose version to help with debugging failures
1 parent 28d7024 commit 1f2c17b

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/ci-core.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,14 @@ jobs:
2525
run: poetry install --all-extras
2626
- name: Run twine check
2727
run: poetry build && poetry run twine check dist/*.tar.gz
28+
- name: Display Docker and Compose Versions
29+
run: |
30+
echo "##[group]Docker Version"
31+
docker version
32+
echo "##[endgroup]"
33+
echo "##[group]Docker Compose Version"
34+
docker compose version
35+
echo "##[endgroup]"
2836
- name: Run tests
2937
run: make core/tests
3038
- name: Rename coverage file

0 commit comments

Comments
 (0)