There was an error while loading. Please reload this page.
1 parent 9b989c9 commit 565acaeCopy full SHA for 565acae
2 files changed
.github/workflows/ci.yaml
@@ -72,7 +72,7 @@ jobs:
72
pip install -r requirements.txt
73
74
- name: Run tests
75
- run: python -m unittest discover -s tests
+ run: python -m unittest discover -s tests/unit
76
77
78
build:
.github/workflows/publish.yaml
@@ -44,7 +44,7 @@ jobs:
44
45
46
47
48
49
publish:
50
name: Publish to ghcr.io
0 commit comments