Merge branch 'main' into renovate/python-3.x
All checks were successful
PR-Build / PR Build (push) Successful in 1m5s

This commit is contained in:
tidoni 2025-10-18 11:21:45 +02:00
commit ea1bbc287c
2 changed files with 6 additions and 5 deletions

View file

@ -13,11 +13,12 @@ jobs:
pr-check: pr-check:
name: PR Build name: PR Build
runs-on: ubuntu-24.04 runs-on: ubuntu-24.04
defaults:
run:
working-directory: ./job-scripts
timeout-minutes: 30 timeout-minutes: 30
steps: steps:
# Checkout Repo
-
name: Checkout Repo
uses: actions/checkout@v4
# Make sure docker is available # Make sure docker is available
- run: docker ps - run: docker ps
# Falback to clone the repo at the current commit, need to get commit or branch name # Falback to clone the repo at the current commit, need to get commit or branch name
@ -25,4 +26,4 @@ jobs:
# - run: (cd /root && git clone https://git.tidoni-sky.ddnss.de/tidoni/pdf-web-toolkit.git) # - 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: (cd /root/pdf-web-toolkit && docker build -t pdf-web-toolkit .)
- run: docker build -t pdf-web-toolkit . - run: docker build -t pdf-web-toolkit .
- run: docker run --rm --name pdf-web-toolkit pdf-web-toolkit pytest - run: docker run --rm pdf-web-toolkit pytest

View file

@ -3,4 +3,4 @@ gunicorn==23.0.0
pypdf==5.8.0 pypdf==5.8.0
# For testing # For testing
pytest==8.3.2 pytest==8.4.2