Skip to content

Commit

Permalink
Fix CI (#248)
Browse files Browse the repository at this point in the history
  • Loading branch information
svroonland authored May 19, 2022
1 parent eea6791 commit e89bf92
Showing 1 changed file with 27 additions and 6 deletions.
33 changes: 27 additions & 6 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,15 +124,36 @@ workflows:
version: 2
build:
jobs:
- lint
- lint:
filters:
tags:
only: << pipeline.parameters.tag_regex >>
- check_docs:
requires:
- lint
- test213_jdk17
- test213_jdk11
- test212_jdk17
- test212_jdk11
- test_dotty_jdk17
filters:
tags:
only: << pipeline.parameters.tag_regex >>
- test213_jdk17:
filters:
tags:
only: << pipeline.parameters.tag_regex >>
- test213_jdk11:
filters:
tags:
only: << pipeline.parameters.tag_regex >>
- test212_jdk17:
filters:
tags:
only: << pipeline.parameters.tag_regex >>
- test212_jdk11:
filters:
tags:
only: << pipeline.parameters.tag_regex >>
- test_dotty_jdk17:
filters:
tags:
only: << pipeline.parameters.tag_regex >>
- release:
requires:
- test213_jdk17
Expand Down

0 comments on commit e89bf92

Please sign in to comment.