1
0
Fork 0
mirror of https://github.com/kemayo/leech synced 2025-12-06 08:22:56 +01:00

Change how the build a cover test runs

This commit is contained in:
David Lynch 2024-11-23 16:59:25 -06:00
parent 3fbe181b12
commit 4f15e0517f

View file

@ -39,7 +39,7 @@ jobs:
poetry run leech --help
- name: Build a cover
run: |
poetry run python ebook/cover.py && file -E output.png && rm output.png
poetry run python -m 'ebook.cover' && file -E output.png && rm output.png
- name: Verify poetry build
run: |
poetry build && ls -og dist/*