Skip to content

Commit 3452097

Browse files
committed
chore: Updating docker version in CI (#821)
Testing CI version changes to resolve core unit test error `Command '['docker', 'compose', 'up', '--wait']' returned non-zero exit status 1.` Rather then using an older version of Docker in the test suite coming from Ubuntu uses Dockers official action which ships the latest version of the cli and compose.
1 parent 512a644 commit 3452097

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/ci-core.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,6 @@ jobs:
2727
run: poetry build && poetry run twine check dist/*.tar.gz
2828
- name: Set up Docker
2929
uses: docker/setup-docker-action@v4
30-
- name: Display Docker and Compose Versions
31-
run: |
32-
echo "##[group]Docker Version"
33-
docker --version || echo "Docker is not installed or misconfigured"
34-
echo "##[endgroup]"
35-
echo "##[group]Docker Compose Version"
36-
docker compose version || docker-compose --version || echo "Docker Compose is not installed or misconfigured"
37-
echo "##[endgroup]"
3830
- name: Run tests
3931
run: make core/tests
4032
- name: Rename coverage file

0 commit comments

Comments
 (0)