Skip to content

Commit 11316da

Browse files
committed
[MOB-10368] Reorganize some files
1 parent 1b101f0 commit 11316da

File tree

3 files changed

+10
-1
lines changed

3 files changed

+10
-1
lines changed

.github/workflows/build-and-test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,8 @@ jobs:
5757
- name: Upload coverage report to codecov.io
5858
run: bash <(curl -s https://codecov.io/bash) -X gcov -J 'IterableSDK' -J 'IterableAppExtensions'
5959

60-
- uses: kishikawakatsumi/xcresulttool@v1
60+
- name: Create Test Report
61+
uses: kishikawakatsumi/xcresulttool@v1
6162
with:
6263
path: TestResults.xcresult
6364
if: success() || failure()

.github/workflows/e2e.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,9 @@ jobs:
2323
in_app_template_id: ${{secrets.E2E_IN_APP_TEMPLATE_ID}}
2424
run: |
2525
./tests/endpoint-tests/scripts/run_test.sh
26+
27+
- name: Create Test Report
28+
uses: kishikawakatsumi/xcresulttool@v1
29+
with:
30+
path: TestResults.xcresult
31+
if: success() || failure()

tests/endpoint-tests/scripts/run_test.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,7 @@ sed -e "s/\(apiKey = \).*$/\1\"$api_key\"/" \
2323
xcodebuild -project swift-sdk.xcodeproj \
2424
-scheme endpoint-tests \
2525
-sdk iphonesimulator \
26+
-parellel-testing-enabled \
2627
-destination 'platform=iOS Simulator,name=iPhone 14' \
28+
-resultBundlePath TestResults.xcresult \
2729
test | xcpretty

0 commit comments

Comments
 (0)