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

Test examples periodically and on commits to mesa main #85

Closed
3 tasks done
EwoutH opened this issue Jan 21, 2024 · 1 comment · Fixed by #87
Closed
3 tasks done

Test examples periodically and on commits to mesa main #85

EwoutH opened this issue Jan 21, 2024 · 1 comment · Fixed by #87

Comments

@EwoutH
Copy link
Member

EwoutH commented Jan 21, 2024

I think the examples should be tested in the following cases:

  • when we change the examples here (against both the latest mesa stable version and mesa main)
  • when a commit is pushed to mesa main
  • periodically (every week) (against mesa main and stable)

We can probably recycle some code from projectmesa/mesa#1956. @rht since you wrote that, would you like to do this?

@rht
Copy link
Contributor

rht commented Jan 22, 2024

when we change the examples here (against both the latest mesa stable version and mesa main)

The CI in projectmesa/mesa-examples already includes mesa-examples: #82.

when a commit is pushed to mesa main

Already covered by projectmesa/mesa#1956

periodically (every week) (against mesa main and stable)

I find this redundant to the second checklist item.

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

Successfully merging a pull request may close this issue.

2 participants