Compare commits
No commits in common. "ea5e0a32a9392bb858aa4e44b61560662bbafa61" and "489ff128f9fb8f2e9335756538f6345d14a8e485" have entirely different histories.
ea5e0a32a9
...
489ff128f9
1 changed files with 1 additions and 8 deletions
|
|
@ -13,15 +13,8 @@ jobs:
|
||||||
pr-check:
|
pr-check:
|
||||||
name: PR Build
|
name: PR Build
|
||||||
runs-on: ubuntu-24.04
|
runs-on: ubuntu-24.04
|
||||||
defaults:
|
|
||||||
run:
|
|
||||||
working-directory: ./job-scripts
|
|
||||||
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
|
||||||
|
|
@ -29,4 +22,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: docker run --rm --name pdf-web-toolkit pdf-web-toolkit pytest
|
- run: podman run --rm --name pdf-web-toolkit pdf-web-toolkit pytest
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue