Skip to content

Commit 4b4cb87

Browse files
Merge branch 'main' into support-arm-local-development
2 parents f300690 + 5f34ad0 commit 4b4cb87

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/ci-core.yml

Lines changed: 3 additions & 2 deletions
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,7 +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: Display Docker and Compose Versions
28+
- name: Set up Docker
29+
uses: docker/setup-docker-action@v4 - name: Display Docker and Compose Versions
2930
run: |
3031
echo "##[group]Docker Version"
3132
docker --version || echo "Docker is not installed or misconfigured"

0 commit comments

Comments
 (0)