openedx / openedx/frontend-base
Add packed `.tgz` as build artifact to aid in testing PRs
Open
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 4
- Forks
- 13
- Avg merge
- 3h 21m
- Merged PRs (30d)
- 10
Description
Testing PRs against test-site is pretty straightforward, however, the current "test someone's PR against an app" method is:
- Pull down PR branch
- Pack
frontend-base - Install newly packed
frontend-basein the app you're testing it against
It might be cool to be able to grab a .tgz from a PR to save a couple steps and just:
- Download
.tgzfrom CI run - Install/test against app
Contributor guide
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
The issue names no files or tests. Start by locating the repository's CI configuration and package-building entry point, then determine how a pull-request run could expose the packed frontend-base archive. Done means a PR CI run produces a downloadable .tgz that can be installed and tested in an app.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- build-system, ci-cd
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100