Skip to content

Commit 7438fcd

Browse files
cortinicofacebook-github-bot
authored andcommitted
Unblock run_fantom_tests by pinning react-native-android to v18.0 (#53732)
Summary: This temporarly unblocks `run_fantom_tests` till we find a solution for the docker image bump. See: - react-native-community/docker-android#242 (comment) ## Changelog: [INTERNAL] - Pull Request resolved: #53732 Test Plan: CI Reviewed By: cipolleschi Differential Revision: D82212022 Pulled By: cortinico fbshipit-source-id: 652926addf12cc2d88ac2139d3ec58a266ced9ef
1 parent 5ae5a12 commit 7438fcd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test-all.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -382,7 +382,8 @@ jobs:
382382
runs-on: 8-core-ubuntu
383383
needs: [set_release_type]
384384
container:
385-
image: reactnativecommunity/react-native-android:latest
385+
# Version is pinned to v18.0 to unblock `run_fantom_tests` - see https://github.com/react-native-community/docker-android/pull/242#issuecomment-3280029122
386+
image: reactnativecommunity/react-native-android:v18.0
386387
env:
387388
TERM: "dumb"
388389
GRADLE_OPTS: "-Dorg.gradle.daemon=false"

0 commit comments

Comments
 (0)