From 48405270814d8d30b343c9b85c9a9e1dc1d9632b Mon Sep 17 00:00:00 2001 From: tamassoltesz Date: Sat, 11 Jan 2025 20:54:10 +0100 Subject: [PATCH] feat: setup of rerun failed tests in cicd --- .circleci/config.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index c96b639..0262bd8 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -69,6 +69,8 @@ jobs: - run: name: running tests command: (cd .circleci/ && ./doTests.sh) + - store_test_results: + path: ~/junit - slack/status test-onemillionusers: docker: