Update dependency pytest to v8.4.2 #3

Merged
tidoni merged 4 commits from renovate/pytest-8.x into main 2025-10-18 11:07:50 +02:00
Showing only changes of commit ea5e0a32a9 - Show all commits

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