Skip to content

Commit

Permalink
circleci config test
Browse files Browse the repository at this point in the history
  • Loading branch information
davidbuniat committed Oct 13, 2020
1 parent f7eef74 commit 6e36d42
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,15 @@ workflows:
test:
jobs:
- test:
context: test
context:
# - test
- test-aws
test_and_deploy:
jobs:
- test:
context: test
context:
# - test
- test-aws
filters:
tags:
only: /[0-9]+(\.[0-9]+)*/
Expand Down

0 comments on commit 6e36d42

Please sign in to comment.