Update .forgejo/workflows/demo.yaml

This commit is contained in:
Aliberk Sandıkçı 2024-11-10 21:58:37 +03:00
parent 000158b401
commit 8c5af46476

View file

@ -3,8 +3,10 @@ on:
workflow_dispatch:
jobs:
test:
runs-on: bitanmi/debian:latest
steps:
- run: echo All Good
- run : ping asandikci.com
- run : iptables -L
runs-on: docker
container:
image: alpine:3.19
steps:
- run: echo All Good
- run : ping asandikci.com
- run : iptables -L