Skip to content

Commit

Permalink
Fix build config
Browse files Browse the repository at this point in the history
  • Loading branch information
svroonland committed May 19, 2022
1 parent 9c84c40 commit 2fe6083
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,15 +120,15 @@ workflows:
version: 2
build:
jobs:
- lint:
- lint
- check_docs:
requires:
- lint
- test213_jdk17:
- test213_jdk11:
- test212_jdk17:
- test212_jdk11:
- test_dotty_jdk17:
- test213_jdk17
- test213_jdk11
- test212_jdk17
- test212_jdk11
- test_dotty_jdk17
- release:
requires:
- test213_jdk17
Expand Down

0 comments on commit 2fe6083

Please sign in to comment.