You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We need to move our Storybook PR builds from CircleCI to GitHub workflows. This change will help streamline our CI/CD process and keep all our build processes in one place.
Storybook PR builds are successfully running on GitHub workflows.
CircleCI is no longer used for Storybook PR builds.
The new workflow should trigger on every PR and update the status checks on GitHub.
Additional Information
Once the new workflow is set up, it should be tested with a few PRs to ensure it works as expected. We should also update any documentation or scripts that reference the old CircleCI process.
The text was updated successfully, but these errors were encountered:
Description
We need to move our Storybook PR builds from CircleCI to GitHub workflows. This change will help streamline our CI/CD process and keep all our build processes in one place.
Technical Details
.circleci/scripts/metamaskbot-build-announce.js
.circleci/config.yml
to use github workflows in.github/workflows
.github/workflows/build-deploy-storybook.yml
Acceptance Criteria
Additional Information
Once the new workflow is set up, it should be tested with a few PRs to ensure it works as expected. We should also update any documentation or scripts that reference the old CircleCI process.
The text was updated successfully, but these errors were encountered: