.forgejo/workflows/pr.yaml aktualisiert
All checks were successful
PR-Build / PR Build (push) Successful in 1m49s

This commit is contained in:
tidoni 2025-10-18 11:03:00 +02:00
parent 3bc3761d03
commit 70b4524260

View file

@ -26,4 +26,6 @@ jobs:
# - run: (cd /root && git clone https://git.tidoni-sky.ddnss.de/tidoni/pdf-web-toolkit.git)
# - run: (cd /root/pdf-web-toolkit && docker build -t pdf-web-toolkit .)
- run: docker build -t pdf-web-toolkit .
- run: docker stop pdf-web-toolkit || true
- run: docker rm pdf-web-toolkit || true
- run: docker run --rm --name pdf-web-toolkit pdf-web-toolkit pytest