Compare commits
1 commit
47ff34c5e2
...
8ee96daf59
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
8ee96daf59 |
1 changed files with 8 additions and 9 deletions
|
|
@ -1,15 +1,14 @@
|
|||
when:
|
||||
- event: pull_request
|
||||
steps:
|
||||
- name: smoke-init
|
||||
image: python:3-alpine
|
||||
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 &
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue