-
Notifications
You must be signed in to change notification settings - Fork 17
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
Add README for github workflows directory #739
Add README for github workflows directory #739
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM with a few minor changes.
## Module testing | ||
|
||
* Each workflow `run_{module name}.yml` is used to run the given module in CI using the test data. | ||
* `run_all-modules.yml` runs all modules in CI by calling each `run_{module name}.yml` workflow. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would put this first, as we want to do this for all modules, but Docker comes later.
Co-authored-by: Joshua Shapiro <[email protected]>
Noting I canceled the |
Closes #738
This PR adds documentation for the files in
.github/workflows/
. Any feedback welcome, including whether a different readme format (e.g. a table instead of a list?) would be preferred.