Skip to content

Commit

Permalink
Only deploy if tests and linting pass
Browse files Browse the repository at this point in the history
  • Loading branch information
lbeaufort committed Feb 2, 2022
1 parent 1d46abc commit 6e731bd
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@ workflows:
jobs:
- unit-test
- lint
- deploy


- deploy:
requires:
- unit-test
- lint

0 comments on commit 6e731bd

Please sign in to comment.