Compare commits
7 commits
1a62285e3b
...
93b0040ed4
| Author | SHA1 | Date | |
|---|---|---|---|
| 93b0040ed4 | |||
| fb632876d2 | |||
| fada34df0c | |||
| 3bc3761d03 | |||
| 45e934754e | |||
| 73dd9f09e5 | |||
| 3f8b33023c |
2 changed files with 6 additions and 2 deletions
|
|
@ -15,6 +15,10 @@ jobs:
|
||||||
runs-on: ubuntu-24.04
|
runs-on: ubuntu-24.04
|
||||||
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
|
||||||
|
|
@ -22,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: podman run --rm --name pdf-web-toolkit pdf-web-toolkit pytest
|
- run: docker run --rm pdf-web-toolkit pytest
|
||||||
|
|
|
||||||
|
|
@ -3,4 +3,4 @@ gunicorn==23.0.0
|
||||||
pypdf==6.1.1
|
pypdf==6.1.1
|
||||||
|
|
||||||
# For testing
|
# For testing
|
||||||
pytest==8.3.2
|
pytest==8.4.2
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue