Commit Graph

7 Commits

Author SHA1 Message Date
lyrathorpe a1def7881c ci: cache pip before install and fix cache key OS expansion
Build and publish container / build (pull_request) Successful in 8m56s
Move the actions/cache step ahead of the dependency install so a
warm cache actually accelerates the install, and replace the
unexpanded $RUNNER_OS shell variable with the ${{ runner.os }}
Actions expression in the cache key and restore-keys.

Fixes #8

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-17 17:22:11 +01:00
lyrathorpe e05f08995e chore: separate runtime and dev dependencies, add pytest config and CI cache
Build and publish container / build (push) Successful in 8m20s
v0.1.0
2026-06-17 16:40:39 +01:00
lyrathorpe 91d70cf10c test: finalize CI test coverage and fix dependency import path 2026-06-17 16:39:22 +01:00
lyrathorpe aa746b780d test: add pytest coverage and run tests in CI
Build and publish container / build (push) Failing after 1m7s
2026-06-17 16:14:22 +01:00
lyrathorpe 739280f930 fix: correct workflow path filter for proxy_server.py 2026-06-17 16:12:39 +01:00
lyrathorpe e6eca290ba chore: add documented POP3/SMTP proxy scaffold and Renovate config 2026-06-17 16:08:06 +01:00
lyrathorpe a41fbf04da feat(requirements): add a summary of project requirements 2026-06-17 15:53:07 +01:00