Compare commits
1 commit
8ee96daf59
...
47ff34c5e2
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
47ff34c5e2 |
1 changed files with 9 additions and 8 deletions
|
|
@ -1,14 +1,15 @@
|
||||||
|
when:
|
||||||
|
- event: pull_request
|
||||||
|
path:
|
||||||
|
- "bin/disinto"
|
||||||
|
- "lib/load-project.sh"
|
||||||
|
- "lib/env.sh"
|
||||||
|
- "tests/**"
|
||||||
|
- ".woodpecker/smoke-init.yml"
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: smoke-init
|
- name: smoke-init
|
||||||
image: python:3-alpine
|
image: python:3-alpine
|
||||||
when:
|
|
||||||
event: pull_request
|
|
||||||
path:
|
|
||||||
- "bin/disinto"
|
|
||||||
- "lib/load-project.sh"
|
|
||||||
- "lib/env.sh"
|
|
||||||
- "tests/**"
|
|
||||||
- ".woodpecker/smoke-init.yml"
|
|
||||||
commands:
|
commands:
|
||||||
- apk add --no-cache bash curl jq git coreutils
|
- apk add --no-cache bash curl jq git coreutils
|
||||||
- python3 tests/mock-forgejo.py &
|
- python3 tests/mock-forgejo.py &
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue