This commit is contained in:
parent
08d4c5c996
commit
bbc1e2f2a4
1 changed files with 4 additions and 2 deletions
|
@ -5,6 +5,8 @@ jobs:
|
|||
test:
|
||||
runs-on: docker
|
||||
container:
|
||||
image: alpine:3.20
|
||||
image: bitanmi/debian:latest
|
||||
steps:
|
||||
- run: echo using sh here
|
||||
- run: echo "Test"
|
||||
- run: ping asandikci.com
|
||||
- run: iptables -L
|
Loading…
Reference in a new issue