From e2c83e89bcdd08d82a8d56ce78baa616c07b81b8 Mon Sep 17 00:00:00 2001 From: nofarb Date: Mon, 29 Aug 2022 11:29:12 -0500 Subject: [PATCH] Update config.yml --- .circleci/config.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index b53abe8..4c5780f 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -33,6 +33,9 @@ jobs: name: Run tests command: | mkdir -p /tmp/test-reports + echo "some message" + echo "ba" + exit 0 gotestsum --format=standard-verbose --junitfile /tmp/test-reports/unit-tests.xml - store_test_results: