File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2222 - name : Dependencies
2323 run : carthage bootstrap --no-use-binaries --platform macOS --cache-builds
2424 - name : macOS
25- run : set -o pipefail && env NSUnbufferedIO=YES xcodebuild -workspace "Contentstack.xcworkspace" -scheme "Contentstack macOS" -destination "platform=macOS" test | xcpretty
25+ run : set -o pipefail && env NSUnbufferedIO=YES xcodebuild -workspace "Contentstack.xcworkspace" -scheme "Contentstack macOS" SWIFT_ACTIVE_COMPILATION_CONDITIONS="NO_FATAL_TEST" -destination "platform=macOS" test | xcpretty
2626 iOS :
2727 name : Test iOS
2828 runs-on : macos-latest
4141 - name : Dependencies
4242 run : carthage bootstrap --no-use-binaries --platform iOS --cache-builds
4343 - name : iOS - ${{ matrix.destination }}
44- run : set -o pipefail && env NSUnbufferedIO=YES xcodebuild -workspace "Contentstack.xcworkspace" -scheme "Contentstack iOS" -destination "${{ matrix.destination }}" test | xcpretty
44+ run : set -o pipefail && env NSUnbufferedIO=YES xcodebuild -workspace "Contentstack.xcworkspace" -scheme "Contentstack iOS" SWIFT_ACTIVE_COMPILATION_CONDITIONS="NO_FATAL_TEST" -destination "${{ matrix.destination }}" test | xcpretty
4545
4646 tvOS :
4747 name : Test tvOS
6161 - name : Dependencies
6262 run : carthage bootstrap --no-use-binaries --platform tvOS --cache-builds
6363 - name : tvOS - ${{ matrix.destination }}
64- run : set -o pipefail && env NSUnbufferedIO=YES xcodebuild -workspace "Contentstack.xcworkspace" -scheme "Contentstack tvOS" -destination "${{ matrix.destination }}" test | xcpretty
64+ run : set -o pipefail && env NSUnbufferedIO=YES xcodebuild -workspace "Contentstack.xcworkspace" -scheme "Contentstack tvOS" SWIFT_ACTIVE_COMPILATION_CONDITIONS="NO_FATAL_TEST" -destination "${{ matrix.destination }}" test | xcpretty
6565
6666 watchOS :
6767 name : Test watchOS
You can’t perform that action at this time.
0 commit comments