Anton Iakimov
Anton Iakimov
+1 to have destination as an option or junit property!
Thank you for instructions! I will think about it.
@lyndsey-ferguson, I tried to use `TestsFromXcresultAction` instead of `TestsFromJunitAction` and got the following format difference: `TestsFromXcresultAction` TargetName/TestCase/Test `TestsFromJunitAction` TestCase/TestCase/Test() What's the best to do? Allign the format or reformat `TestsFromXcresultAction`...
@lyndsey-ferguson, thanks for quick reply! Sorry, my bad, It was vice versa: `TestsFromXcresultAction` TestCase/TestCase/Test() `TestsFromJunitAction` TargetName/TestCase/Test
And wind a way to replace TestCase to TargetName in the same class?
@lyndsey-ferguson, sorry for that. I have a question about same name difference: `TestsFromXcresultAction` TestCase/TestCase/Test() `TestsFromJunitAction` TargetName/TestCase/Test Shall I make `TestsFromXcresultAction` to have the same format as `TestsFromJunitAction`? Meaning not only...
We decided to use the following actions instead: 1. tests_from_xcresult 2. collate_junit_reports 3. collate_xcresults Reason - we want to switch from scan to xcodebuild action to run the tests because...
@fastlane-bot, please don't close the issue, there is already a graveyard of previous ones on the same subject. Meanwhile, I posted a workaround, maybe it will implemented as a `match`...
Same issue. Built with glib 2.64.6, failing on Ubuntu 22.04 with glib 2.72.4. Found an issue: https://github.com/AppImageCommunity/pkg2appimage/pull/500 Why libgio was removed from here https://github.com/AppImageCommunity/pkg2appimage/blob/master/excludelist but not here https://github.com/probonopd/linuxdeployqt/blob/master/tools/linuxdeployqt/excludelist.h ?
Related: https://github.com/AppImage/AppImageKit/issues/1162