Merge branch 'main' into renovate/pytest-8.x
Some checks failed
PR-Build / PR Build (push) Failing after 19s

This commit is contained in:
tidoni 2025-10-18 10:57:55 +02:00
commit ea5e0a32a9

View file

@ -13,8 +13,15 @@ jobs:
pr-check:
name: PR Build
runs-on: ubuntu-24.04
defaults:
run:
working-directory: ./job-scripts
timeout-minutes: 30
steps:
# Checkout Repo
-
name: Checkout Repo
uses: actions/checkout@v4
# Make sure docker is available
- run: docker ps
# Falback to clone the repo at the current commit, need to get commit or branch name
@ -22,4 +29,4 @@ 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: podman run --rm --name pdf-web-toolkit pdf-web-toolkit pytest
- run: docker run --rm --name pdf-web-toolkit pdf-web-toolkit pytest