Skip to content

Commit 9227ba7

Browse files
hramosfacebook-github-bot
authored andcommitted
Update build-js-bundle run step
Summary: Always build the JavaScript bundle, to ensure failures here are surfaced regardless of failures that may happen earlier in this workflow Closes #17824 Differential Revision: D6872794 Pulled By: hramos fbshipit-source-id: bab3b9cfa6cecb578e9a3cffae27e1ce355588d2
1 parent 28be33a commit 9227ba7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.circleci/config.yml

+1
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,7 @@ aliases:
171171
- &build-js-bundle
172172
name: Build JavaScript Bundle
173173
command: node local-cli/cli.js bundle --max-workers 2 --platform android --dev true --entry-file ReactAndroid/src/androidTest/js/TestBundle.js --bundle-output ReactAndroid/src/androidTest/assets/AndroidTestBundle.js
174+
when: always
174175

175176
- &compile-native-libs
176177
name: Compile Native Libs for Unit and Integration Tests

0 commit comments

Comments
 (0)