Skip to content

Commit

Permalink
ci: fix xcresulttool for xcode 16 (#1358)
Browse files Browse the repository at this point in the history
  • Loading branch information
marek-karwacki-rdx authored Sep 30, 2024
1 parent 4df0a37 commit 79d2044
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ jobs:
bundle exec fastlane tests
- name: Upload results
uses: RDXWorks-actions/xcresulttool@main
uses: RDXWorks-actions/xcresulttool-xcode16@v1.8.0
with:
path: build/test_output/results.xcresult
show-passed-tests: false
Expand Down

0 comments on commit 79d2044

Please sign in to comment.