Skip to content
This repository has been archived by the owner on Jul 12, 2022. It is now read-only.

Commit

Permalink
Merge pull request #310 from Leonardo-Beda-ZUP/ritchie-2.0.0
Browse files Browse the repository at this point in the history
Run Horus
  • Loading branch information
sandokandias authored Jul 24, 2020
2 parents 2412b33 + 2ed0dfb commit a0beb5a
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -418,12 +418,17 @@ workflows:
- lint:
filters:
<<: *FILTERS_CHECK_CODE
- horus:
filters:
<<: *FILTERS_CHECK_CODE
requires:
- lint
- unit_test:
name: unit-test
filters:
<<: *FILTERS_CHECK_CODE
requires:
- lint
name: unit-test
filters:
<<: *FILTERS_CHECK_CODE
requires:
- lint
- build:
name: build-code
filters:
Expand Down

0 comments on commit a0beb5a

Please sign in to comment.