openclimatefix / openclimatefix/.github
Add workdir to CI
Open
Nobody has claimed this yet.
- Dominant language
- No language data
- Stars
- 1
- Forks
- 11
- Avg merge
- 1m
- Merged PRs (30d)
- 1
Description
Detailed Description
Would it be possible to add `workingdir
Context
- https://stackoverflow.com/questions/58139175/running-actions-in-another-directory
- This allows us to run this on mono-repos
- https://github.com/openclimatefix/open-source-quartz-solar-forecast/pull/288
Possible Implementation
- add input of
working-directoryand add to each step. Default should be '.'
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
Locate the repository's CI definition and inspect how inputs and steps are declared. Add the requested working-directory input with a default of '.', apply it to each step, and verify that the CI can run from a subdirectory for monorepos.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- github-actions
- Domain
- ci-cd
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100