Skip to content

Commit fe6d80d

Browse files
huntiemeta-codesync[bot]
authored andcommitted
Update run_fantom_tests to depend on lint (#55448)
Summary: Pull Request resolved: #55448 Changelog: [Internal] Reviewed By: cipolleschi Differential Revision: D92512982 fbshipit-source-id: ac13bf6f814cf612f94891057a27bb2820ea8c7e
1 parent b79cd8d commit fe6d80d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test-all.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@ jobs:
304304

305305
run_fantom_tests:
306306
runs-on: 8-core-ubuntu
307-
needs: [set_release_type, check_code_changes]
307+
needs: [set_release_type, check_code_changes, lint]
308308
if: needs.check_code_changes.outputs.any_code_change == 'true'
309309
container:
310310
image: reactnativecommunity/react-native-android:latest

0 commit comments

Comments
 (0)