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

Fix JUnit testing for android #8984

Merged
merged 4 commits into from
Jan 22, 2024
Merged

Fix JUnit testing for android #8984

merged 4 commits into from
Jan 22, 2024

Conversation

strseb
Copy link
Collaborator

@strseb strseb commented Jan 19, 2024

Description

This pr attempts to enable running the unit tests written in #8976.
I originally tried to get a build artifact from the android-build task and then run the test suite against that,
however given how glean on android works, i was unable to create a portable artifact 😭 - so for now i'm just building the project as normal.

@strseb strseb requested a review from a team as a code owner January 19, 2024 18:02
@strseb strseb requested review from bhearsum and removed request for a team January 19, 2024 18:02
@strseb strseb marked this pull request as draft January 19, 2024 18:02
Base automatically changed from basti/fix_notification to main January 22, 2024 11:34
@strseb strseb requested a review from brizental January 22, 2024 13:45
@strseb strseb marked this pull request as ready for review January 22, 2024 13:45
Copy link
Contributor

@brizental brizental left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'd suggest filing a ticket for investigating not having to rebuild the app for tests and instead using the built stuff from other tasks. WDYT?

@strseb
Copy link
Collaborator Author

strseb commented Jan 22, 2024

@strseb strseb merged commit fce17ec into main Jan 22, 2024
126 checks passed
@strseb strseb deleted the basti/juni branch January 22, 2024 15:35
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