Skip to content

Commit 5f34ad0

Browse files
authored
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 e7feb53 commit 5f34ad0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci-core.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Contrinuous Integration for the core package
1+
# Continuous Integration for the core package
22

33
name: core
44

@@ -25,6 +25,8 @@ 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: Set up Docker
29+
uses: docker/setup-docker-action@v4
2830
- name: Run tests
2931
run: make core/tests
3032
- name: Rename coverage file

0 commit comments

Comments
 (0)