Compare commits

..

No commits in common. "ea5e0a32a9392bb858aa4e44b61560662bbafa61" and "489ff128f9fb8f2e9335756538f6345d14a8e485" have entirely different histories.

View file

@ -13,15 +13,8 @@ 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
@ -29,4 +22,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: podman run --rm --name pdf-web-toolkit pdf-web-toolkit pytest