From 9ffa0d8fead0fbaa0efff3d37a411b061cea06fd Mon Sep 17 00:00:00 2001 From: Alex Vanin Date: Fri, 24 Mar 2023 10:50:11 +0300 Subject: [PATCH] [#171] Remove unit tests from pipeline Unit tests are included as pre-commit hook. They are triggered by the change of .go files. Signed-off-by: Alex Vanin --- .woodpecker/pre-commit.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.woodpecker/pre-commit.yml b/.woodpecker/pre-commit.yml index 231594041..bdf3402de 100644 --- a/.woodpecker/pre-commit.yml +++ b/.woodpecker/pre-commit.yml @@ -9,9 +9,3 @@ pipeline: commands: - export HOME="$(getent passwd $(id -u) | cut '-d:' -f6)" - pre-commit run --hook-stage manual - - unit: - image: git.frostfs.info/truecloudlab/frostfs-ci:v0.36 - commands: - - export HOME="$(getent passwd $(id -u) | cut '-d:' -f6)" - - make test