Skip to content

Commit

Permalink
Merge pull request #96 from apiaryio/pksunkara/tag
Browse files Browse the repository at this point in the history
chore: Make sure tag gets tested on circleci
  • Loading branch information
pksunkara committed Sep 7, 2018
2 parents cdf1ebe + e9911cc commit 6de3474
Showing 1 changed file with 17 additions and 13 deletions.
30 changes: 17 additions & 13 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,21 +1,25 @@
version: 2

aliases:
- &tag-filter
filters:
tags:
only: /^v.*/

- &test-workflow
<<: *tag-filter
requires:
- build

workflows:
version: 2
build-test:
jobs:
- build
- test-node4:
requires:
- build
- test-node6:
requires:
- build
- test-node8:
requires:
- build
- test-node10:
requires:
- build
- build: *tag-filter
- test-node4: *test-workflow
- test-node6: *test-workflow
- test-node8: *test-workflow
- test-node10: *test-workflow
- deploy:
requires:
- build
Expand Down

0 comments on commit 6de3474

Please sign in to comment.