Skip to content

Commit

Permalink
Fix yaml and add tag filters for other tests (#923)
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonthomas authored and jezdez committed Mar 27, 2019
1 parent 6d72e62 commit e465ed5
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,11 +124,17 @@ workflows:
- python-flake8-tests
- legacy-python-flake8-tests
- backend-unit-tests:
filters:
tags:
only: /^m[0-9]+(\.[0-9]+)?$/
- frontend-unit-tests
- frontend-e2e-tests
filters:
tags:
only: /^m[0-9]+(\.[0-9]+)?$/
- frontend-unit-tests:
filters:
tags:
only: /^m[0-9]+(\.[0-9]+)?$/
- frontend-e2e-tests:
filters:
tags:
only: /^m[0-9]+(\.[0-9]+)?$/
- build-tarball:
requires:
- backend-unit-tests
Expand Down

0 comments on commit e465ed5

Please sign in to comment.