We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 248abe7 + 5f34ad0 commit d193b99Copy full SHA for d193b99
.github/workflows/ci-core.yml
@@ -1,4 +1,4 @@
1
-# Contrinuous Integration for the core package
+# Continuous Integration for the core package
2
3
name: core
4
@@ -25,6 +25,8 @@ jobs:
25
run: poetry install --all-extras
26
- name: Run twine check
27
run: poetry build && poetry run twine check dist/*.tar.gz
28
+ - name: Set up Docker
29
+ uses: docker/setup-docker-action@v4
30
- name: Run tests
31
run: make core/tests
32
- name: Rename coverage file
0 commit comments