Skip to content

Commit cf0b60c

Browse files
committed
CirleCI: Updated failing config to add missing job to circleci
1 parent 88a9192 commit cf0b60c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ workflows:
4545
version: 2
4646
build:
4747
jobs:
48-
- "RxWebKitTests":
48+
- "RxWebKit Tests":
4949
filters:
5050
tags:
5151
ignore: /[0-9]+(\.[0-9]+)*/

RxWebKit.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,12 +120,12 @@
120120
C4878CD91FA11B5A00B12C60 /* OtherRequestViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = OtherRequestViewController.swift; sourceTree = "<group>"; };
121121
C48E617D1F9E27A700C6A753 /* RxWKNavigationDelegateProxy.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RxWKNavigationDelegateProxy.swift; sourceTree = "<group>"; };
122122
C48E61831F9E336000C6A753 /* WKNavigationDelegateEvents+Rx.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "WKNavigationDelegateEvents+Rx.swift"; sourceTree = "<group>"; };
123+
C4A50F9E229AF3EF0037E608 /* config.yml */ = {isa = PBXFileReference; lastKnownFileType = text; name = config.yml; path = .circleci/config.yml; sourceTree = SOURCE_ROOT; };
123124
C4CA6B06228AB1680088A7A3 /* ForwardsEventsBehavior.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ForwardsEventsBehavior.swift; sourceTree = "<group>"; };
124125
C4CA6B15228D752C0088A7A3 /* RxWebKit.podspec */ = {isa = PBXFileReference; lastKnownFileType = text; path = RxWebKit.podspec; sourceTree = SOURCE_ROOT; };
125126
C4CA6B16228D75410088A7A3 /* Cartfile.private */ = {isa = PBXFileReference; lastKnownFileType = text; path = Cartfile.private; sourceTree = SOURCE_ROOT; };
126127
C4CA6B17228D75420088A7A3 /* Cartfile.resolved */ = {isa = PBXFileReference; lastKnownFileType = text; path = Cartfile.resolved; sourceTree = SOURCE_ROOT; };
127128
C4CA6B18228D75420088A7A3 /* Cartfile */ = {isa = PBXFileReference; lastKnownFileType = text; path = Cartfile; sourceTree = SOURCE_ROOT; };
128-
C4CA6B1A228D84120088A7A3 /* circle.yml */ = {isa = PBXFileReference; lastKnownFileType = text; name = circle.yml; path = .circleci/circle.yml; sourceTree = SOURCE_ROOT; };
129129
C4CB7D4322874E5600FB8D99 /* RxWebKitTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = RxWebKitTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
130130
C4CB7D4722874E5600FB8D99 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
131131
C4CB7D5322874EE700FB8D99 /* RxWebKitTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RxWebKitTests.swift; sourceTree = "<group>"; };
@@ -234,7 +234,7 @@
234234
C4CA6B18228D75420088A7A3 /* Cartfile */,
235235
C4CA6B16228D75410088A7A3 /* Cartfile.private */,
236236
C4CA6B17228D75420088A7A3 /* Cartfile.resolved */,
237-
C4CA6B1A228D84120088A7A3 /* circle.yml */,
237+
C4A50F9E229AF3EF0037E608 /* config.yml */,
238238
42B12EFB1C6DFC7600C280BD /* Sources */,
239239
42F426D21C6623C5001FED46 /* Info.plist */,
240240
42F426D01C6623C5001FED46 /* RxWebKit.h */,

0 commit comments

Comments
 (0)