From b3ffe8c7398a2eeb844046cd06c44e10cbd39138 Mon Sep 17 00:00:00 2001 From: realaravinth Date: Fri, 24 Jun 2022 00:03:00 +0530 Subject: [PATCH] fix: run only tests only once --- .woodpecker.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index 59cafbd..b32410a 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -8,7 +8,6 @@ pipeline: - pip install virtualenv - make env - make lint - - make test - make coverage - make integration-test secrets: [ STRIPE_PUBLIC_KEY, STRIPE_SECRET_KEY ] @@ -27,7 +26,6 @@ services: smtp: image: maildev/maildev:latest - restart: always container_name: hostea-dash-maildev environment: - MAILDEV_SMTP_PORT=10025