Compare commits
No commits in common. "729f2b9a835cd21dd07415987a453c73f519fdba" and "80848fa281aa0f801ac5381dcaa69d29b7c47acc" have entirely different histories.
729f2b9a83
...
80848fa281
1 changed files with 1 additions and 7 deletions
|
|
@ -2,9 +2,6 @@ name: PR-Build
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- '*' # matches every branch that doesn't contain a '/'
|
|
||||||
- '*/*' # matches every branch containing a single '/'
|
|
||||||
- '**' # matches every branch
|
|
||||||
- '!master' # excludes master
|
- '!master' # excludes master
|
||||||
- '!main' # excludes main
|
- '!main' # excludes main
|
||||||
|
|
||||||
|
|
@ -13,9 +10,6 @@ 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:
|
||||||
# Make sure docker is available
|
# Make sure docker is available
|
||||||
|
|
@ -25,4 +19,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