From 65d0811995d3a465c34c111abd326abd3f8f3344 Mon Sep 17 00:00:00 2001 From: Swen Kooij Date: Sun, 20 Oct 2019 18:10:21 +0300 Subject: [PATCH] Store tests results for python 3.8 job --- .circleci/config.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index d0ee876..a9aba29 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -51,6 +51,9 @@ jobs: environment: DATABASE_URL: 'postgres://localizedfields:localizedfields@localhost:5432/localizedfields' + - store_test_results: + path: reports + analysis: docker: - image: python:3.7-alpine