Skip to content

Commit 39774fc

Browse files
committed
chore: Add Linux testing action for RxSwift
1 parent df9b810 commit 39774fc

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

projects.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2516,7 +2516,8 @@
25162516
}
25172517
],
25182518
"platforms": [
2519-
"Darwin"
2519+
"Darwin",
2520+
"Linux"
25202521
],
25212522
"actions": [
25222523
{
@@ -2656,6 +2657,12 @@
26562657
"scheme": "RxTest",
26572658
"destination": "generic/platform=tvOS",
26582659
"configuration": "Release"
2660+
},
2661+
{
2662+
"action": "BuildSwiftPackage",
2663+
"build_tests": "true",
2664+
"configuration": "release",
2665+
"tags": "swiftpm"
26592666
}
26602667
]
26612668
},

0 commit comments

Comments
 (0)