getappmap / getappmap/appmap-js
ci: Only run storybook once on merge
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 53
- Forks
- 18
- Avg merge
- 3d 18h
- Merged PRs (30d)
- 8
Description
There's a storybook run in ci that runs on every main branch build; it takes a long time (~20 minutes) and only needs to be run once. However, it currently runs three times (once for every node version). For an example, see: https://app.travis-ci.com/github/getappmap/appmap-js/builds/258828217
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Inspect the CI configuration and the Storybook job, focusing on how the Node-version matrix invokes it. Make the main-branch build run Storybook once rather than once per Node version, then validate the configuration against the linked Travis build pattern.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- storybook, typescript
- Domain
- ci-cd
- Issue type
- Refactor
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 50/100