diff --git a/.circleci/config.yml b/.circleci/config.yml index 05399acb41f..68c949678f0 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -771,7 +771,7 @@ jobs: docker push quay.io/influxdb/oss-acceptance:${CIRCLE_SHA1} - run: name: Run the tests - command: API_KEY=${MONITOR_CI_API_KEY} MONITOR_CI_BRANCH="master" OSS_SHA=${CIRCLE_SHA1} RUN_WORKFLOW="build_oss" ./scripts/ci/run-monitor-ci-tests.bash + command: API_KEY=${MONITOR_CI_API_KEY} MONITOR_CI_BRANCH="master" OSS_SHA=${CIRCLE_SHA1} RUN_WORKFLOW="build_oss_embedded" UI_SHA="9d25a2fafd88622e838787de26bc5a3868bfad10" UI_BRANCH="release/OSS" ./scripts/ci/run-monitor-ci-tests.bash - store_artifacts: path: monitor-ci/test-artifacts/results/build-oss-image destination: test_artifacts/results/build-oss-image