From b52bb50a353786f5ec59937e8b04a02a766e2c45 Mon Sep 17 00:00:00 2001 From: dkijania Date: Wed, 20 Sep 2023 17:22:52 +0200 Subject: [PATCH] fix comp issues --- buildkite/src/Command/TestExecutive.dhall | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildkite/src/Command/TestExecutive.dhall b/buildkite/src/Command/TestExecutive.dhall index 1a94ac3945b..8e7eaa2b164 100644 --- a/buildkite/src/Command/TestExecutive.dhall +++ b/buildkite/src/Command/TestExecutive.dhall @@ -90,7 +90,7 @@ in label = "${testName} integration test", key = "integration-test-${testName}", target = Size.Integration, - depends_on = dependsOn + depends_on = dependsOn, soft_fail = Some (B/SoftFail.Boolean True) } }