Skip to content

Commit

Permalink
Merge pull request #1373 from nextcloud/upload-result-artifact
Browse files Browse the repository at this point in the history
Upload result artifact
  • Loading branch information
Ivansss committed Sep 26, 2023
2 parents f87101a + 2253da1 commit 8f0672a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/uitests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,4 +70,12 @@ jobs:
-destination "$DESTINATION" \
-test-iterations 3 \
-retry-tests-on-failure \
-resultBundlePath "testResult.xcresult" \
| xcpretty
- name: Upload test results
uses: actions/upload-artifact@v3
if: ${{ !cancelled() }}
with:
name: testResults-${{ matrix.test-branches }}.xcresult
path: "testResult.xcresult"
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ NextcloudTalk.xcworkspace/xcuserdata
NextcloudTalk.xcworkspace/xcshareddata
ThirdParty/WebRTC.xcframework
.DS_Store
testResult.xcresult

0 comments on commit 8f0672a

Please sign in to comment.