File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -26,13 +26,13 @@ jobs:
26
26
- Carthage
27
27
- run :
28
28
name : Test macOS
29
- command : set -o pipefail && xcodebuild test -scheme RxSwiftExt-macOS -workspace RxSwiftExt.xcworkspace -sdk macosx -destination "arch=x86_64" | xcpretty -c -r html --output $XCODE_TEST_REPORTS/macOS.html
29
+ command : set -o pipefail && xcodebuild test -scheme RxSwiftExt-macOS -workspace RxSwiftExt.xcworkspace -sdk macosx -destination "arch=x86_64" | tee "${XCODE_TEST_REPORTS}/xcode_macOS.log" | xcpretty -c -r html --output $XCODE_TEST_REPORTS/macOS.html
30
30
- run :
31
31
name : Test iOS
32
- command : set -o pipefail && xcodebuild test -scheme RxSwiftExt-iOS -workspace RxSwiftExt.xcworkspace -sdk iphonesimulator -destination "name=iPhone X" | xcpretty -c -r html --output $XCODE_TEST_REPORTS/iOS.html
32
+ command : set -o pipefail && xcodebuild test -scheme RxSwiftExt-iOS -workspace RxSwiftExt.xcworkspace -sdk iphonesimulator -destination "name=iPhone X" | tee "${XCODE_TEST_REPORTS}/xcode_iOS.log" | xcpretty -c -r html --output $XCODE_TEST_REPORTS/iOS.html
33
33
- run :
34
34
name : Test tvOS
35
- command : set -o pipefail && xcodebuild test -scheme RxSwiftExt-tvOS -workspace RxSwiftExt.xcworkspace -sdk appletvsimulator -destination "name=Apple TV 4K (at 1080p)" | xcpretty -c -r html --output $XCODE_TEST_REPORTS/tvOS.html
35
+ command : set -o pipefail && xcodebuild test -scheme RxSwiftExt-tvOS -workspace RxSwiftExt.xcworkspace -sdk appletvsimulator -destination "name=Apple TV 4K (at 1080p)" | tee "${XCODE_TEST_REPORTS}/xcode_tvOS.log" | xcpretty -c -r html --output $XCODE_TEST_REPORTS/tvOS.html
36
36
- run :
37
37
name : Test SPM
38
38
command : swift test
You can’t perform that action at this time.
0 commit comments