Skip to content

Commit 03bed6e

Browse files
committed
Update doc-test.restfile
1 parent 38dbf59 commit 03bed6e

File tree

1 file changed

+18
-4
lines changed

1 file changed

+18
-4
lines changed

restfiles/doc-test.restfile

Lines changed: 18 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,12 @@ requests:
3333
url: ${base_url}/CoreOffice/XMLCoder/documentation
3434
validation:
3535
status: .regex((2|3)\d\d)
36+
# Build failure due to what looks like misconfiguration:
37+
# error: target 'Snapshotting' is not a Swift source module
38+
# /EmergeTools/SnapshotPreviews-iOS/documentation:
39+
# url: ${base_url}/EmergeTools/SnapshotPreviews-iOS/documentation
40+
# validation:
41+
# status: .regex((2|3)\d\d)
3642
/FabrizioBrancati/Queuer/documentation:
3743
url: ${base_url}/FabrizioBrancati/Queuer/documentation
3844
validation:
@@ -102,6 +108,10 @@ requests:
102108
url: ${base_url}/RevenueCat/purchases-ios/documentation
103109
validation:
104110
status: .regex((2|3)\d\d)
111+
/SwiftGraphs/Grape/documentation:
112+
url: ${base_url}/SwiftGraphs/Grape/documentation
113+
validation:
114+
status: .regex((2|3)\d\d)
105115
/SwiftyLab/MetaCodable/documentation:
106116
url: ${base_url}/SwiftyLab/MetaCodable/documentation
107117
validation:
@@ -373,10 +383,6 @@ requests:
373383
url: ${base_url}/krzyzanowskim/CryptoSwift/documentation
374384
validation:
375385
status: .regex((2|3)\d\d)
376-
/SwiftGraphs/Grape/documentation:
377-
url: ${base_url}/SwiftGraphs/Grape/documentation
378-
validation:
379-
status: .regex((2|3)\d\d)
380386
/liuliu/dflat/documentation:
381387
url: ${base_url}/liuliu/dflat/documentation
382388
validation:
@@ -433,6 +439,10 @@ requests:
433439
url: ${base_url}/ordo-one/package-benchmark/documentation
434440
validation:
435441
status: .regex((2|3)\d\d)
442+
/orlandos-nl/Citadel/documentation:
443+
url: ${base_url}/orlandos-nl/Citadel/documentation
444+
validation:
445+
status: .regex((2|3)\d\d)
436446
/orlandos-nl/MongoKitten/documentation:
437447
url: ${base_url}/orlandos-nl/MongoKitten/documentation
438448
validation:
@@ -626,6 +636,10 @@ requests:
626636
url: ${base_url}/vapor-community/PassKit/documentation
627637
validation:
628638
status: .regex((2|3)\d\d)
639+
/vapor-community/Zip/documentation:
640+
url: ${base_url}/vapor-community/Zip/documentation
641+
validation:
642+
status: .regex((2|3)\d\d)
629643
/vtourraine/AcknowList/documentation:
630644
url: ${base_url}/vtourraine/AcknowList/documentation
631645
validation:

0 commit comments

Comments
 (0)