From af6f785fe9c589186c63f23d3964f85a518a8f12 Mon Sep 17 00:00:00 2001 From: Smaug123 Date: Fri, 4 Aug 2023 21:54:36 +0100 Subject: [PATCH] Maybe --- .woodpecker/.build.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.woodpecker/.build.yml b/.woodpecker/.build.yml index 881afe8..7a88e02 100644 --- a/.woodpecker/.build.yml +++ b/.woodpecker/.build.yml @@ -4,8 +4,7 @@ steps: commands: - echo 'experimental-features = flakes nix-command' >> /etc/nix/nix.conf # Lint - - nix develop --command dotnet -- tool restore - - nix develop --command ./hooks/pre-push + - "nix develop --command bash -- -c 'dotnet tool restore && ./hooks/pre-push'" # Test - nix develop --command dotnet -- test - nix develop --command dotnet -- test --configuration Release