Update .woodpecker/test.yaml
This commit is contained in:
parent
5973c1dfa1
commit
575ff879bd
1 changed files with 6 additions and 10 deletions
|
@ -1,10 +1,6 @@
|
|||
on:
|
||||
push:
|
||||
workflow_dispatch:
|
||||
jobs:
|
||||
test:
|
||||
runs-on: docker
|
||||
steps:
|
||||
- run: echo All Good
|
||||
- run : ping asandikci.com
|
||||
- run : iptables -L
|
||||
steps:
|
||||
test1:
|
||||
image: debian
|
||||
commands:
|
||||
- echo "Test"
|
||||
- ping asandikci.com
|
Loading…
Reference in a new issue