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
We want to have pymfem trigger its CI tests when mfem updates... The machinery is mostly in-place already, we just needed to decide on and enable the trigger.
I think we decided to use pushes to mfem:master as the trigger for CI on the pymfem side...
The text was updated successfully, but these errors were encountered:
The trigger runs {"test_options":"fast"} which builds and runs tests for --mfem-branch=[master,default] and parallel/serial. If we need to make changes, we should be able to just edit the code block on the PyMFEM end.
We want to have
pymfem
trigger its CI tests whenmfem
updates... The machinery is mostly in-place already, we just needed to decide on and enable the trigger.I think we decided to use pushes to
mfem:master
as the trigger for CI on thepymfem
side...The text was updated successfully, but these errors were encountered: