From 1dbbe0720dc6b81a3330b2234589c34e71c5405a Mon Sep 17 00:00:00 2001 From: Hector Ramos Date: Thu, 1 Feb 2018 09:56:36 -0800 Subject: [PATCH] Update build-js-bundle run step Always build the JavaScript bundle, to ensure failures here are surfaced regardless of failures that may happen earlier in this workflow --- .circleci/config.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 2aa468524b54ef..50cbeb3a41fbba 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -171,6 +171,7 @@ aliases: - &build-js-bundle name: Build JavaScript Bundle 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 + when: always - &compile-native-libs name: Compile Native Libs for Unit and Integration Tests