You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are two existing GitHub actions examples that can guide this task.
(1) https://github.com/ESMCI/visualCaseGen: Clones a version CESM including visualCaseGen (cesm2_3_beta17_gui) and run CI tests under the visualCaseGen/tests directory.
We need to set up GitHub actions for CI testing. Ideally, we'd like to implement the following checks:
standalone/examples/single_column/KPP
check_default_params.py
test under tests.Black
check for python scripts under cime_config. (See https://black.readthedocs.io/en/stable/integrations/github_actions.html)There are two existing GitHub actions examples that can guide this task.
(1) https://github.com/ESMCI/visualCaseGen: Clones a version CESM including visualCaseGen (cesm2_3_beta17_gui) and run CI tests under the
visualCaseGen/tests
directory.(2) https://github.com/NCAR/MOM6
The text was updated successfully, but these errors were encountered: