Skip to content

Commit

Permalink
Update config.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan Faircloth committed Jun 30, 2019
1 parent d14b222 commit 2fd8ccc
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -145,7 +145,8 @@ workflows:
- publish:
requires:
- dgoss
- test
- test-unit
- flake-flake8
filters:
branches:
only:
Expand Down

0 comments on commit 2fd8ccc

Please sign in to comment.