Skip to content
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

add: upload reports as an artifact #37

Open
wants to merge 11 commits into
base: beta
Choose a base branch
from

Conversation

Rushabhshroff
Copy link
Member

Add support for uploading reports as an artifact

@Zemotacqy
Copy link
Collaborator

Do we want to commit dist/index.js ?

@Rushabhshroff
Copy link
Member Author

Do we want to commit dist/index.js ?

Yes, this is required for github actions to work. Docs. We use "@vercel/ncc" approach.

Comment on lines 191 to 193
} else if (framework === FRAMEWORKS.xcuitest) {
reportEndpoint = URLS.REPORT.xcuitest_resultbundle;
} else {
Copy link
Collaborator

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants