Testing config updates

This commit is contained in:
Badarinath Venkatnarayansetty
2021-01-17 17:25:01 -08:00
parent afbfc5ddb5
commit 4b8daa8eb0
2 changed files with 21 additions and 1 deletions
+1 -1
View File
@@ -7,6 +7,6 @@ before_install:
- gem install cocoapods
- gem install jazzy
- pod repo update
#script: xcodebuild test -workspace Example/StepperView.xcworkspace -scheme StepperView-Example -destination "platform=iOS Simulator,OS=13.3,name=iPhone 11" ONLY_ACTIVE_ARCH=NO -quiet
script: xcodebuild test -workspace Example/StepperView.xcworkspace -scheme StepperView-Example -destination "platform=iOS Simulator,OS=13.3,name=iPhone 11" ONLY_ACTIVE_ARCH=NO -quiet
@@ -60,6 +60,26 @@
BlueprintName = "StepperView_Tests"
ReferencedContainer = "container:StepperView.xcodeproj">
</BuildableReference>
<SkippedTests>
<Test
Identifier = "StepperViewTests/testExampleView1()">
</Test>
<Test
Identifier = "StepperViewTests/testExampleView2()">
</Test>
<Test
Identifier = "StepperViewTests/testExampleView3()">
</Test>
<Test
Identifier = "StepperViewTests/testExampleView4()">
</Test>
<Test
Identifier = "StepperViewTests/testExampleView5()">
</Test>
<Test
Identifier = "StepperViewTests/testExampleView6()">
</Test>
</SkippedTests>
</TestableReference>
</Testables>
</TestAction>