From 5973c1dfa1f47dc93fdff54363910a5cf7751f8c Mon Sep 17 00:00:00 2001 From: asandikci Date: Sun, 10 Nov 2024 21:44:04 +0300 Subject: [PATCH] Add .woodpecker/test.yaml --- .woodpecker/test.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .woodpecker/test.yaml diff --git a/.woodpecker/test.yaml b/.woodpecker/test.yaml new file mode 100644 index 0000000..e72e2f0 --- /dev/null +++ b/.woodpecker/test.yaml @@ -0,0 +1,10 @@ +on: + push: + workflow_dispatch: +jobs: + test: + runs-on: docker + steps: + - run: echo All Good + - run : ping asandikci.com + - run : iptables -L \ No newline at end of file