From d79433e323252d3034ff70893ff06eb8f72da441 Mon Sep 17 00:00:00 2001 From: Alessio Date: Tue, 22 Aug 2023 20:31:06 -0300 Subject: [PATCH] Run the integration tests manually --- .woodpecker/build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.woodpecker/build.yml b/.woodpecker/build.yml index 0332ecf..2634ca0 100644 --- a/.woodpecker/build.yml +++ b/.woodpecker/build.yml @@ -19,9 +19,9 @@ pipeline: image: offline-twitter/go secrets: - offline_twatter_passwd - when: # At least one - path: pkg/scraper/** - branch: release-* + # when: # At least one + # path: pkg/scraper/** + # branch: release-* commands: - cd cmd - ./tests.sh