diff --git a/.circleci/config.yml b/.circleci/config.yml index cd68e51cb..f3eaa77af 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -218,11 +218,7 @@ jobs: command: | circle-android wait-for-boot - - run: - command: | - export APPLITOOLS_API_KEY=${APPLITOOLS_KEY} - export APPLITOOLS_BATCH_ID=${CIRCLE_SHA1} - bazel test --define=APPLITOOLS_KEY=${APPLITOOLS_API_KEY} --define=APPLITOOLS_BATCH_ID=${APPLITOOLS_BATCH_ID} --remote_header=x-buildbuddy-api-key=${BUILDBUDDY_API_KEY} --config=skip-ios --config=ci -- //android/demo:android_instrumentation_test + - run: bazel test --define=APPLITOOLS_KEY=${APPLITOOLS_API_KEY} --define=APPLITOOLS_BATCH_ID=${CIRCLE_SHA1} --remote_header=x-buildbuddy-api-key=${BUILDBUDDY_API_KEY} --config=ci -- //android/demo:android_instrumentation_test - store_artifacts: path: screenshots