Add build debug

This commit is contained in:
dgtlmoon
2025-02-27 16:16:11 +01:00
parent 1f7a855529
commit 3e7f2f2bad
+4
View File
@@ -45,6 +45,10 @@ jobs:
- name: Test that the basic pip built package runs without error
run: |
set -ex
ls -alR
find .
ls -al dist
pip3 install dist/changedetection.io*.whl
changedetection.io -d /tmp -p 10000 &
sleep 3