From 2fd8cccd68469ca269da35bca006d65539a57228 Mon Sep 17 00:00:00 2001 From: Ryan Faircloth Date: Sun, 30 Jun 2019 17:49:59 -0400 Subject: [PATCH] Update config.yml --- .circleci/config.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index cd38ab5..9cf0762 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -62,7 +62,7 @@ jobs: cat /tmp/goss.tmp | grep "[<\>]" > ~/project/test-results/goss.xml - store_test_results: path: test-results - test: + test-unit: docker: - image: circleci/buildpack-deps:stretch steps: @@ -145,7 +145,8 @@ workflows: - publish: requires: - dgoss - - test + - test-unit + - flake-flake8 filters: branches: only: