Skip to content

Commit 9f46905

Browse files
committed
Adjust CI process
- remove invocation of `versionPolicyCheck` from CI (already invoked by `test`) - add invocation of `versionCheck` before publishing a release
1 parent f34cca2 commit 9f46905

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
- run: java -version
5353
- sbt_cmd:
5454
scala_version: << parameters.scala_version >>
55-
sbt_tasks: xml/update xml/compile xml/Test/compile xml/test xml/doc xml/package xml/osgiBundle xml/versionPolicyCheck
55+
sbt_tasks: xml/update xml/compile xml/Test/compile xml/test xml/doc xml/package xml/osgiBundle
5656
scalajs_job:
5757
executor: scala_jdk8_executor
5858
parameters:

0 commit comments

Comments
 (0)