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