From 73dd9f09e5be14e8588bfab7885f706f0741cc23 Mon Sep 17 00:00:00 2001 From: tidoni Date: Sat, 18 Oct 2025 09:22:42 +0200 Subject: [PATCH 1/5] .forgejo/workflows/pr.yaml aktualisiert --- .forgejo/workflows/pr.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.forgejo/workflows/pr.yaml b/.forgejo/workflows/pr.yaml index 879083f..020ac58 100644 --- a/.forgejo/workflows/pr.yaml +++ b/.forgejo/workflows/pr.yaml @@ -13,6 +13,9 @@ jobs: pr-check: name: PR Build runs-on: ubuntu-24.04 + defaults: + run: + working-directory: ./job-scripts timeout-minutes: 30 steps: # Make sure docker is available From 45e934754efd610ae4b34af335728f38a3f77d90 Mon Sep 17 00:00:00 2001 From: tidoni Date: Sat, 18 Oct 2025 10:57:36 +0200 Subject: [PATCH 2/5] .forgejo/workflows/pr.yaml aktualisiert --- .forgejo/workflows/pr.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.forgejo/workflows/pr.yaml b/.forgejo/workflows/pr.yaml index 020ac58..83e4c91 100644 --- a/.forgejo/workflows/pr.yaml +++ b/.forgejo/workflows/pr.yaml @@ -18,6 +18,10 @@ jobs: 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 From 3bc3761d034067ecfddaf2ad971196d20ed4541d Mon Sep 17 00:00:00 2001 From: tidoni Date: Sat, 18 Oct 2025 10:58:44 +0200 Subject: [PATCH 3/5] .forgejo/workflows/pr.yaml aktualisiert --- .forgejo/workflows/pr.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.forgejo/workflows/pr.yaml b/.forgejo/workflows/pr.yaml index 83e4c91..436f2ba 100644 --- a/.forgejo/workflows/pr.yaml +++ b/.forgejo/workflows/pr.yaml @@ -13,9 +13,6 @@ jobs: pr-check: name: PR Build runs-on: ubuntu-24.04 - defaults: - run: - working-directory: ./job-scripts timeout-minutes: 30 steps: # Checkout Repo From fada34df0cc9c45bc27d5cc1e89e6736ee15d48d Mon Sep 17 00:00:00 2001 From: tidoni Date: Sat, 18 Oct 2025 11:06:28 +0200 Subject: [PATCH 4/5] Fix PR builds (#6) Reviewed-on: https://git.tidoni-sky.ddnss.de/tidoni/pdf-web-toolkit/pulls/6 --- .forgejo/workflows/pr.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/workflows/pr.yaml b/.forgejo/workflows/pr.yaml index 436f2ba..b72742b 100644 --- a/.forgejo/workflows/pr.yaml +++ b/.forgejo/workflows/pr.yaml @@ -26,4 +26,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: docker run --rm --name pdf-web-toolkit pdf-web-toolkit pytest + - run: docker run --rm pdf-web-toolkit pytest From fb632876d289e42bef9339bf3e66caf69b437996 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 18 Oct 2025 11:07:49 +0200 Subject: [PATCH 5/5] Update dependency pytest to v8.4.2 (#3) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Update | Change | |---|---|---| | [pytest](https://github.com/pytest-dev/pytest) ([changelog](https://docs.pytest.org/en/stable/changelog.html)) | minor | `==8.3.2` -> `==8.4.2` | > :exclamation: **Important** > > Release Notes retrieval for this PR were skipped because no github.com credentials were available. > If you are self-hosted, please see [this instruction](https://github.com/renovatebot/renovate/blob/master/docs/usage/examples/self-hosting.md#githubcom-token-for-release-notes). --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). Co-authored-by: tidoni Reviewed-on: https://git.tidoni-sky.ddnss.de/tidoni/pdf-web-toolkit/pulls/3 Co-authored-by: Renovate Bot Co-committed-by: Renovate Bot --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 8d2be1c..1e21fbc 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,4 +3,4 @@ gunicorn==23.0.0 pypdf==5.8.0 # For testing -pytest==8.3.2 +pytest==8.4.2