Skip to content

Commit

Permalink
fix comp issues
Browse files Browse the repository at this point in the history
  • Loading branch information
dkijania committed Sep 20, 2023
1 parent bb75488 commit b52bb50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildkite/src/Command/TestExecutive.dhall
Original file line number Diff line number Diff line change
Expand Up @@ -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)
}
}

0 comments on commit b52bb50

Please sign in to comment.