From 575ff879bdb2a7c46c3990c18637b4e4488fd412 Mon Sep 17 00:00:00 2001 From: asandikci Date: Sun, 10 Nov 2024 21:46:25 +0300 Subject: [PATCH] Update .woodpecker/test.yaml --- .woodpecker/test.yaml | 16 ++++++---------- 1 file changed, 6 insertions(+), 10 deletions(-) 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