Alexandr D.
Alexandr D.
4 years...
I expected that helm would exit with 0 at least and may be with text like "no tests found" or something like that.
@jamesrom Thanks for adding this useful detail! @bacongobbler I think it makes sense to fix this issue. What do you think?
Any updates?
Hello. This is the bug.
So. BAD: ``` [AllureStep("test")] public void Test() { Console.WriteLine("test"); throw new Exception("test"); Console.WriteLine("test"); } ``` ``` [AllureStep("test")] public void Test() { Console.WriteLine("test"); var throw = true; if (throw) throw new...
@eroshenkoam Up
@IsaacMarovitz Unfortunately, the same result ``` Whisky Version: 2.2.2 Date: 2024-01-16T15:40:16Z macOS Version: 14.2.1 Bottle Name: win10 Bottle URL: /Users/alexandr/Library/Containers/com.isaacmarovitz.Whisky/Bottles/F91FD0B6-BD04-462F-B96F-50479AAF01A3 Wine Version: 7.7.0 Windows Version: win10 Enhanced Sync: esync Metal...
@koxx009 exactly. Thanks for the explanation. Tested on Amazon Linux 2 and it worked ```shell [ec2-user@ip-10-3-3-74 ~]$ sudo groupadd sudo [ec2-user@ip-10-3-3-74 ~]$ sudo usermod -aG sudo ec2-user ``` Now can...
This should help ``` docker buildx create --use --name super-builder ```