Skip to content

Commit

Permalink
[FIX] Mimic PyMARE's config more completely (#214)
Browse files Browse the repository at this point in the history
* Change config.

* Fix.
  • Loading branch information
tsalo authored May 12, 2020
1 parent 74752b3 commit 26a546c
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,16 +115,28 @@ workflows:
version: 2.1
run_tests:
jobs:
- build
- build:
filters:
tags:
only: /.*/
- build_docs:
requires:
- build
filters:
tags:
only: /.*/
- style_check:
requires:
- build
filters:
tags:
only: /.*/
- coverage_and_tests:
requires:
- build
filters:
tags:
only: /.*/
- deploy:
requires:
- coverage_and_tests
Expand Down

0 comments on commit 26a546c

Please sign in to comment.