From bbc1e2f2a47a25002dabd7114d2e866899cd739c Mon Sep 17 00:00:00 2001 From: asandikci Date: Sun, 10 Nov 2024 22:01:06 +0300 Subject: [PATCH] Update .forgejo/workflows/demo.yaml --- .forgejo/workflows/demo.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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