Skip to content

Conversation

@73junito
Copy link
Owner

Automated fix: add retries to pnpm install to mitigate transient failures.

Copilot AI review requested due to automatic review settings January 25, 2026 21:40
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR adds retry logic to the pnpm install command in the Storybook workflow to handle transient installation failures. The change replaces the previous approach of using fallback install options with a retry loop that attempts installation up to 3 times with exponential backoff.

Changes:

  • Replaced cleanup steps and fallback installation options with a retry loop
  • Added set -euo pipefail for better error handling
  • Implemented 3 retry attempts with increasing sleep intervals (5s, 10s, 15s)

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Copy link
Owner Author

@73junito 73junito left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

viewed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Todo

Development

Successfully merging this pull request may close these issues.

2 participants