Skip to content

Commit

Permalink
[MOB-10402] Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sumeruchat committed Dec 19, 2024
1 parent 4fc091c commit 0cd2f26
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,3 @@ jobs:
in_app_template_id: ${{secrets.E2E_IN_APP_TEMPLATE_ID}}
run: |
./tests/endpoint-tests/scripts/run_test.sh
- name: Create Test Report
uses: kishikawakatsumi/xcresulttool@v1
with:
path: TestResults.xcresult
if: success() || failure()
1 change: 0 additions & 1 deletion tests/endpoint-tests/scripts/run_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,4 @@ xcodebuild -project swift-sdk.xcodeproj \
-scheme endpoint-tests \
-sdk iphonesimulator \
-destination 'platform=iOS Simulator,name=iPhone 16 Pro' \
-resultBundlePath TestResults.xcresult \
test | xcpretty

0 comments on commit 0cd2f26

Please sign in to comment.