Compare commits

..

No commits in common. "73eff1ea60cc19a05dfc451fc0234e4dd81754f7" and "8c03b0f7bb72faf734ba0aed5d3b97f72724779c" have entirely different histories.

View file

@ -2,9 +2,6 @@ name: PR-Build
on:
push:
branches:
- '*' # matches every branch that doesn't contain a '/'
- '*/*' # matches every branch containing a single '/'
- '**' # matches every branch
- '!master' # excludes master
- '!main' # excludes main
@ -22,4 +19,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