From 4fc2fbf9951c046e8785b350074b094ff996a4ae Mon Sep 17 00:00:00 2001 From: Stephen Chudleigh Date: Thu, 17 Oct 2024 17:27:41 -0700 Subject: [PATCH] output reporter id --- .circleci/config.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 9ca38702..1e947e8f 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -96,6 +96,7 @@ jobs: command: | mkdir /tmp/test-results ./cc-test-reporter before-build + echo "CC_REPORTER_ID=${CC_TEST_REPORTER_ID}" # Run Rspec tests bundle exec rspec --format progress \