Skip to content

Commit 40c8d44

Browse files
committed
perform build test altogether
1 parent 52c4bf8 commit 40c8d44

1 file changed

Lines changed: 2 additions & 10 deletions

File tree

.github/actions/perform_unit_tests/action.yml

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,7 @@ runs:
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 \
@@ -38,7 +30,7 @@ runs:
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()

0 commit comments

Comments
 (0)