Skip to content

Commit

Permalink
Update swift.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
AgapovOne authored Jul 20, 2024
1 parent 063a9ba commit add0dd8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/swift.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,8 @@ jobs:
run: swift test -v | bundle exec xcpretty
- name: Run all tests
run: make test_all
- name: Publish Test Report
uses: mikepenz/action-junit-report@v4
if: success() || failure() # always run even if the previous step fails
with:
report_paths: '**/test-results-*/report.xml'

0 comments on commit add0dd8

Please sign in to comment.