-
Notifications
You must be signed in to change notification settings - Fork 1
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
Run pathogen CI on multiple subdirs #83
Comments
Trying this out with 5dfbe2f + manual CI run. |
The above test involved changes across 3 repos: but it was successful! The biggest potential blocker to getting these pushed through is that there's no immediate way to use a newer version of |
We could add a separate job that uses a newer version of |
^ that would directly address #78! |
With #85 merged, we can update the latest |
conda-base/.github/workflows/ci.yaml
Line 138 in 02cf82e
Expanding the above TODO into a GitHub issue.
Currently, pathogen CI only runs on
linux-64
–test-pathogen-repo-ci
usesnextstrain/.github/.github/workflows/pathogen-repo-ci.yaml@v0
which runs the build onubuntu-latest
.This means
osx-64
(and soonosx-arm64
) is not tested on pathogen repo CI.Tasks
ci.yaml
, specify a list of runners as input tojobs.test-pathogen-repo-ci
The text was updated successfully, but these errors were encountered: