Add Linux build to release workflow, fix pytest exit code 5
- Add build-dist-linux.sh: venv-based tarball with systemd installer - Add build-linux job to release.yml (parallel with build-windows) - Include Linux download in release body - Allow pytest to pass when no tests are collected (exit code 5)
This commit is contained in:
@@ -32,4 +32,4 @@ jobs:
|
||||
run: ruff check media_server/
|
||||
|
||||
- name: Test
|
||||
run: pytest --tb=short -q
|
||||
run: pytest --tb=short -q || test $? -eq 5
|
||||
|
||||
Reference in New Issue
Block a user