Compare commits
1 commit
47ff34c5e2
...
8ee96daf59
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
8ee96daf59 |
1 changed files with 8 additions and 9 deletions
|
|
@ -1,15 +1,14 @@
|
||||||
when:
|
steps:
|
||||||
- event: pull_request
|
- name: smoke-init
|
||||||
|
image: python:3-alpine
|
||||||
|
when:
|
||||||
|
event: pull_request
|
||||||
path:
|
path:
|
||||||
- "bin/disinto"
|
- "bin/disinto"
|
||||||
- "lib/load-project.sh"
|
- "lib/load-project.sh"
|
||||||
- "lib/env.sh"
|
- "lib/env.sh"
|
||||||
- "tests/**"
|
- "tests/**"
|
||||||
- ".woodpecker/smoke-init.yml"
|
- ".woodpecker/smoke-init.yml"
|
||||||
|
|
||||||
steps:
|
|
||||||
- name: smoke-init
|
|
||||||
image: python:3-alpine
|
|
||||||
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