ci: drop browser tests from CI pipeline #3
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "feat/clean-ci"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Workflow services cannot reach HOST-daemon Compose containers from
the job container — all bridging approaches require either a container
ID (unavailable on cgroup v2) or functional DNAT (not present in this
environment). Browser tests move to feat/browser-ci which redesigns
the approach using workflow services for Jellyfin and Seerr.
This branch makes CI green immediately: lint + unit + integration
tests still run; browser tests remain in-tree for local dev.