Skip to content

Commit

Permalink
Fix upload result test not saved correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmadAlfhajri committed Dec 22, 2024
1 parent f5375c1 commit 293bde6
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/ios-test-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
-destination "$DESTINATION" \
-enableCodeCoverage YES \
-resultBundlePath TestResults.xcresult \
clean test | xcpretty --report junit && exit ${PIPESTATUS[0]}
clean test | xcpretty
- name: Generate Test Report
if: success() || failure()
Expand All @@ -76,11 +76,10 @@ jobs:
with:
name: test-results
path: |
TestResults.xcresult/**/*
test_report.json
coverage_report.json
TestResults.xcresult
build/reports/
destinations.txt
if-no-files-found: error

- name: Create Test Summary
if: always()
Expand Down

0 comments on commit 293bde6

Please sign in to comment.