File tree Expand file tree Collapse file tree
.github/actions/perform_unit_tests Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1919 - name : Run tests with xcodebuild and xcpretty
2020 shell : bash
2121 run : |
22- set -o pipefail && xcodebuild -scheme Ecosia \
23- -project firefox-ios/Client.xcodeproj \
24- -configuration Testing \
25- -enableCodeCoverage NO \
26- -destination 'platform=iOS Simulator,name=iPhone 16' \
27- -clonedSourcePackagesDirPath firefox-ios/SourcePackages \
28- -derivedDataPath DerivedData \
29- build-for-testing | xcpretty --color
30-
22+
3123 set -o pipefail && xcodebuild -scheme Ecosia \
3224 -project firefox-ios/Client.xcodeproj \
3325 -configuration Testing \
3830 -derivedDataPath DerivedData \
3931 -skip-testing:TabManagerNavDelegateTests \
4032 -skip-testing:AppDelegateFeatureManagementIntegrationTests/testStateAfterDidBecomeActive_expectesSameModel_AfterDidFinishLaunchingWithOptions \
41- test-without-building | xcpretty --color --report junit --output test_output/xml/report.junit
33+ build test | xcpretty --color --report junit --output test_output/xml/report.junit
4234
4335 - name : Publish Test Report
4436 if : always()
You can’t perform that action at this time.
0 commit comments