Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Set MaxMetaspaceSize in publish workflow #1451

Closed
wants to merge 1 commit into from

Conversation

tripolkaandrey
Copy link
Contributor

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
Copy link

codecov bot commented Apr 27, 2022

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     

@tripolkaandrey tripolkaandrey deleted the fix-publish-workflow branch May 12, 2022 09:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant