diff --git a/.github/workflows/uitests.yml b/.github/workflows/uitests.yml index 57f3598ae..841b7b6e4 100644 --- a/.github/workflows/uitests.yml +++ b/.github/workflows/uitests.yml @@ -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" diff --git a/.gitignore b/.gitignore index 3257fa8ab..b41a28233 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,4 @@ NextcloudTalk.xcworkspace/xcuserdata NextcloudTalk.xcworkspace/xcshareddata ThirdParty/WebRTC.xcframework .DS_Store +testResult.xcresult