Update .forgejo/workflows/demo.yaml
All checks were successful
/ test (push) Successful in 7s

This commit is contained in:
Aliberk Sandıkçı 2024-11-10 22:06:32 +03:00
parent a7bf5bc101
commit 05b8fc574d

View file

@ -5,8 +5,8 @@ jobs:
test: test:
runs-on: docker runs-on: docker
container: container:
image: bitanmi/minideb:latest image: alpine:3.19
steps: steps:
- run: echo "Test" - run: |
- run: ping asandikci.com grep Alpine /etc/os-release
- run: iptables -L echo SUCCESS