diff --git a/.woodpecker/test.yaml b/.woodpecker/test.yaml index e72e2f0..d660a00 100644 --- a/.woodpecker/test.yaml +++ b/.woodpecker/test.yaml @@ -1,10 +1,6 @@ -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 +steps: + test1: + image: debian + commands: + - echo "Test" + - ping asandikci.com \ No newline at end of file