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

fix(cd): install optional packages manually in CD workflow #141

Merged
merged 1 commit into from
Aug 8, 2024

Conversation

artus9033
Copy link
Owner

Describe your changes

Workaround for CD workflow not installing optional dependencies probably due to npm ci when there is no cached version of node_modules and package-lock.json comes from a non-linux environment.

Linked issues (if any)

N/A

Checklist before requesting a review

  • E2E tests' snapshots (screenshots) are up-to-date
  • documentation is up-to-date

Copy link

codecov bot commented Aug 8, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 89.69%. Comparing base (47c6ca6) to head (faed739).

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #141   +/-   ##
=======================================
  Coverage   89.69%   89.69%           
=======================================
  Files           1        1           
  Lines         194      194           
  Branches       77       77           
=======================================
  Hits          174      174           
  Misses         20       20           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@artus9033 artus9033 merged commit e684733 into master Aug 8, 2024
3 checks passed
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