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: