diff --git a/.forgejo/workflows/demo.yaml b/.forgejo/workflows/demo.yaml index 1d9237e..08fb551 100644 --- a/.forgejo/workflows/demo.yaml +++ b/.forgejo/workflows/demo.yaml @@ -5,6 +5,8 @@ jobs: test: runs-on: docker container: - image: alpine:3.20 + image: bitanmi/debian:latest steps: - - run: echo using sh here \ No newline at end of file + - run: echo "Test" + - run: ping asandikci.com + - run: iptables -L \ No newline at end of file