forked from fediversity/fediversity
test dns from a non-nix container
This commit is contained in:
parent
757f4a13ed
commit
26bd520b2c
1 changed files with 11 additions and 0 deletions
11
.woodpecker/check-dns.yaml
Normal file
11
.woodpecker/check-dns.yaml
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
when:
|
||||
- event: manual
|
||||
- event: pull_request
|
||||
- event: push
|
||||
branch: main
|
||||
|
||||
steps:
|
||||
- name: check-dns
|
||||
image: ubuntu
|
||||
commands:
|
||||
- ping github.com
|
||||
Loading…
Add table
Reference in a new issue