fix: update paths and workflow (#5)

This commit is contained in:
2025-07-15 16:45:18 +03:00
committed by GitHub
parent c47ad984a6
commit 2ca1e69e35
4 changed files with 15 additions and 8 deletions

View File

@@ -23,8 +23,8 @@ default_timeframe = "daily"
default_simulate = False
default_verbose = False
default_image_domain = "https://example.com/image"
default_test_path = Path("/tmp/test_project").resolve()
tmp_images = Path("/tmp/images")
default_test_path = Path(tempfile.gettempdir(), "test_project").resolve()
tmp_images = Path(tempfile.gettempdir(), "images")
def test_build_path_resolves_correctly():