-
Couldn't load subscription status.
- Fork 40
add: upload reports as an artifact #37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: beta
Are you sure you want to change the base?
Conversation
|
Do we want to commit |
Yes, this is required for github actions to work. Docs. We use "@vercel/ncc" approach. |
| } else if (framework === FRAMEWORKS.xcuitest) { | ||
| reportEndpoint = URLS.REPORT.xcuitest_resultbundle; | ||
| } else { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we please add a check to upload only when enableResultBundle param is set to true?
Add support for uploading reports as an artifact