.forgejo/workflows/pr.yaml aktualisiert
All checks were successful
PR-Build / PR Build (push) Successful in 1m49s
All checks were successful
PR-Build / PR Build (push) Successful in 1m49s
This commit is contained in:
parent
3bc3761d03
commit
70b4524260
1 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue