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

ci(components): fix github deploy action #14935

Merged
merged 1 commit into from
Apr 17, 2024
Merged

Conversation

shlokamin
Copy link
Member

@shlokamin shlokamin commented Apr 17, 2024

Overview

Somewhere in the vite migration when we got rid of yarn, adopted pnpm, then got rid of pnpm and brought back yarn we forgot to install deps for the components deploy action. This PR adds a line back to actually install deps.

closes AUTH-331

Test Plan

  • Verified deps get installed in gh action

Changelog

  • Install deps in components deploy action

Risk assessment

Low

@shlokamin shlokamin marked this pull request as ready for review April 17, 2024 17:55
@shlokamin shlokamin requested a review from a team as a code owner April 17, 2024 17:55
@shlokamin shlokamin requested a review from y3rsh April 17, 2024 17:55
@shlokamin shlokamin merged commit 86e1d47 into edge Apr 17, 2024
20 checks passed
@shlokamin shlokamin deleted the components-fix-ci-job branch April 17, 2024 17:59
shlokamin added a commit that referenced this pull request Apr 17, 2024
# Overview

Follow up to #14935

This PR explicitly installs udev before calling make setup in the
components CI workflow. This is required to do a full make setup because
our usb bindings need it.

Hopefully closes
[AUTH-331](https://opentrons.atlassian.net/browse/AUTH-331) but I need
to push another tag to verify

# Risk assessment

Low

[AUTH-331]:
https://opentrons.atlassian.net/browse/AUTH-331?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ
shlokamin added a commit that referenced this pull request Apr 22, 2024
# Overview

Follow up to #14935

This PR adds make a make setup call that got deleted on accident.

# Risk assessment

Low
Carlos-fernandez pushed a commit that referenced this pull request May 20, 2024
# Overview

Follow up to #14935

This PR explicitly installs udev before calling make setup in the
components CI workflow. This is required to do a full make setup because
our usb bindings need it.

Hopefully closes
[AUTH-331](https://opentrons.atlassian.net/browse/AUTH-331) but I need
to push another tag to verify

# Risk assessment

Low

[AUTH-331]:
https://opentrons.atlassian.net/browse/AUTH-331?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ
Carlos-fernandez pushed a commit that referenced this pull request May 20, 2024
# Overview

Follow up to #14935

This PR adds make a make setup call that got deleted on accident.

# Risk assessment

Low
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.

None yet

2 participants