Closed MGaetan89 closed 2 weeks ago
It looks like the problem was coming from the reactivecircus/android-emulator-runner
action, see https://github.com/ReactiveCircus/android-emulator-runner/issues/400.
It has been fixed in https://github.com/ReactiveCircus/android-emulator-runner/releases/tag/v2.33.0
As it can be seen here, the Android Tests step of our build does not work with the
ubuntu-24.04
runner:Switching back to
ubuntu-22.04
works as expected.We should compare the changes between
ubuntu-22.04
andubuntu-24.04
to see if there is something to modify on our side, or if it is a regression in the runner image.Acceptance criteria
ubuntu-latest
(which points toubuntu-24.04
).