File tree Expand file tree Collapse file tree 3 files changed +10
-1
lines changed
tests/endpoint-tests/scripts Expand file tree Collapse file tree 3 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 57
57
- name : Upload coverage report to codecov.io
58
58
run : bash <(curl -s https://codecov.io/bash) -X gcov -J 'IterableSDK' -J 'IterableAppExtensions'
59
59
60
- - uses : kishikawakatsumi/xcresulttool@v1
60
+ - name : Create Test Report
61
+ uses : kishikawakatsumi/xcresulttool@v1
61
62
with :
62
63
path : TestResults.xcresult
63
64
if : success() || failure()
Original file line number Diff line number Diff line change 23
23
in_app_template_id : ${{secrets.E2E_IN_APP_TEMPLATE_ID}}
24
24
run : |
25
25
./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()
Original file line number Diff line number Diff line change @@ -23,5 +23,7 @@ sed -e "s/\(apiKey = \).*$/\1\"$api_key\"/" \
23
23
xcodebuild -project swift-sdk.xcodeproj \
24
24
-scheme endpoint-tests \
25
25
-sdk iphonesimulator \
26
+ -parellel-testing-enabled \
26
27
-destination ' platform=iOS Simulator,name=iPhone 14' \
28
+ -resultBundlePath TestResults.xcresult \
27
29
test | xcpretty
You can’t perform that action at this time.
0 commit comments