Compare commits
No commits in common. "93b0040ed4adb2c103ba0855d9880f92ded19177" and "1a62285e3b047c736b162c78dffc9fc6465080ee" have entirely different histories.
93b0040ed4
...
1a62285e3b
2 changed files with 2 additions and 6 deletions
|
|
@ -15,10 +15,6 @@ jobs:
|
|||
runs-on: ubuntu-24.04
|
||||
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
|
||||
|
|
@ -26,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 pdf-web-toolkit pytest
|
||||
- run: podman run --rm --name pdf-web-toolkit pdf-web-toolkit pytest
|
||||
|
|
|
|||
|
|
@ -3,4 +3,4 @@ gunicorn==23.0.0
|
|||
pypdf==6.1.1
|
||||
|
||||
# For testing
|
||||
pytest==8.4.2
|
||||
pytest==8.3.2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue