fix: Fixes failing tests since we create backups now during configuration generation.
All checks were successful
CI / Run Tests (push) Successful in 2m43s
CI / Run Tests (pull_request) Successful in 2m22s

This commit is contained in:
2024-12-17 15:44:51 -05:00
parent 0b153d7990
commit fb246df01a
2 changed files with 2 additions and 14 deletions

View File

@@ -114,8 +114,8 @@ let package = Package(
.target(
name: "PlaybookClient",
dependencies: [
"CodersClient",
"CommandClient",
"CodersClient",
"ConfigurationClient",
"FileClient",
.product(name: "Dependencies", package: "swift-dependencies"),