Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build individual environments in Action #9

Open
kwinkunks opened this issue Jan 31, 2022 · 0 comments
Open

Build individual environments in Action #9

kwinkunks opened this issue Jan 31, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@kwinkunks
Copy link
Member

Currently we have the test-builds action https://github.com/agile-geoscience/kosu/actions/workflows/test-all.yml

It uses the kosu test command to build the "uber" environment file, which contains all of the packages we need in a single environment. The idea is that if there's a problem, we should find out.

But it would be better to build each of the course-specific environments. We could do this with individual Actions, but I am pretty sure it should be possible with a single action and a matrix strategy (like we use for platforms). I just couldn't see how to do it... the catch is that we need the path for each course in .kosu.yaml.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant