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