Compare commits
3 commits
8c03b0f7bb
...
73eff1ea60
| Author | SHA1 | Date | |
|---|---|---|---|
| 73eff1ea60 | |||
| 3f8b33023c | |||
| 7b283dae36 |
1 changed files with 4 additions and 1 deletions
|
|
@ -2,6 +2,9 @@ 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
|
||||||
|
|
||||||
|
|
@ -19,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: podman run --rm --name pdf-web-toolkit pdf-web-toolkit pytest
|
- run: docker run --rm --name pdf-web-toolkit pdf-web-toolkit pytest
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue