Skip to content

Commit d637515

Browse files
committed
include WorkflowTesting dep explicitly in to fix CI
1 parent fd23f6a commit d637515

File tree

3 files changed

+15
-6
lines changed

3 files changed

+15
-6
lines changed

Diff for: Package.resolved

+2-2
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@
4141
"kind" : "remoteSourceControl",
4242
"location" : "https://github.com/pointfreeco/swift-custom-dump",
4343
"state" : {
44-
"revision" : "3ce83179e5f0c83ad54c305779c6b438e82aaf1d",
45-
"version" : "1.2.1"
44+
"revision" : "82645ec760917961cfa08c9c0c7104a57a0fa4b1",
45+
"version" : "1.3.3"
4646
}
4747
},
4848
{

Diff for: Package.swift

+4-4
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ let package = Package(
152152
),
153153
.testTarget(
154154
name: "WorkflowReactiveSwiftTests",
155-
dependencies: ["WorkflowReactiveSwiftTesting"],
155+
dependencies: ["WorkflowTesting", "WorkflowReactiveSwiftTesting"],
156156
path: "WorkflowReactiveSwift/Tests"
157157
),
158158
.target(
@@ -163,7 +163,7 @@ let package = Package(
163163
),
164164
.testTarget(
165165
name: "WorkflowReactiveSwiftTestingTests",
166-
dependencies: ["WorkflowReactiveSwiftTesting"],
166+
dependencies: ["WorkflowTesting", "WorkflowReactiveSwiftTesting"],
167167
path: "WorkflowReactiveSwift/TestingTests"
168168
),
169169

@@ -176,7 +176,7 @@ let package = Package(
176176
),
177177
.testTarget(
178178
name: "WorkflowRxSwiftTests",
179-
dependencies: ["WorkflowRxSwiftTesting", "WorkflowReactiveSwift"],
179+
dependencies: ["WorkflowTesting", "WorkflowRxSwiftTesting", "WorkflowReactiveSwift"],
180180
path: "WorkflowRxSwift/Tests"
181181
),
182182
.target(
@@ -187,7 +187,7 @@ let package = Package(
187187
),
188188
.testTarget(
189189
name: "WorkflowRxSwiftTestingTests",
190-
dependencies: ["WorkflowRxSwiftTesting"],
190+
dependencies: ["WorkflowTesting", "WorkflowRxSwiftTesting"],
191191
path: "WorkflowRxSwift/TestingTests"
192192
),
193193

Diff for: Samples/Tuist/Package.resolved

+9
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,15 @@
4545
"version" : "1.1.2"
4646
}
4747
},
48+
{
49+
"identity" : "swift-custom-dump",
50+
"kind" : "remoteSourceControl",
51+
"location" : "https://github.com/pointfreeco/swift-custom-dump",
52+
"state" : {
53+
"revision" : "82645ec760917961cfa08c9c0c7104a57a0fa4b1",
54+
"version" : "1.3.3"
55+
}
56+
},
4857
{
4958
"identity" : "swift-identified-collections",
5059
"kind" : "remoteSourceControl",

0 commit comments

Comments
 (0)