SpineEventEngine / core-java

The Java implementation of the framework core
https://spine.io
Apache License 2.0
36 stars 12 forks source link

Set `MaxMetaspaceSize` in `publish` workflow #1451

Closed tripolkaandrey closed 2 years ago

tripolkaandrey commented 2 years ago

In this PR, Dokka documentation was added as a publish artifact. This project is large enough to run into OutOfSpaceError when generating documentation by Dokka. To overcome this issue, MaxMetaspaceSize was set in build-on-ubuntu and build-on-windows workflows. However, I forgot to set the metaspace setting in the publish workflow, which goes through the build stage. That mistake led to the failed publish workflow. This PR fixes this issue.

codecov[bot] commented 2 years ago

Codecov Report

Merging #1451 (db33a32) into master (a8a75b5) will increase coverage by 0.00%. The diff coverage is n/a.

@@            Coverage Diff            @@
##             master    #1451   +/-   ##
=========================================
  Coverage     91.45%   91.46%           
  Complexity     4978     4978           
=========================================
  Files           626      626           
  Lines         15347    15347           
  Branches        894      894           
=========================================
+ Hits          14036    14037    +1     
  Misses         1004     1004           
+ Partials        307      306    -1