diff --git a/.woodpecker/.build.yml b/.woodpecker/.build.yml index 7a88e02..253d135 100644 --- a/.woodpecker/.build.yml +++ b/.woodpecker/.build.yml @@ -4,7 +4,7 @@ steps: commands: - echo 'experimental-features = flakes nix-command' >> /etc/nix/nix.conf # Lint - - "nix develop --command bash -- -c 'dotnet tool restore && ./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