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

Set up GitHub Actions CI #151

Merged
merged 4 commits into from
Nov 4, 2020
Merged

Conversation

mattwthompson
Copy link
Contributor

@mattwthompson mattwthompson commented Nov 4, 2020

Resolves #150

Mostly nabbed from a template here: openforcefield/status#13

Not sure if this will actually run the CI job while the script is in a branch

@mattwthompson
Copy link
Contributor Author

This also has #149 merged into it, which means merging this should automatically close it

- "master"
schedule:
# Run a cron job once daily
- cron: "0 0 * * *"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Does this mean that GHA will run pytest once a day?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Exactly. The main value here, in my experience, is detecting upstream changes and API breaks here, instead of while you're working on a PR or doing science.

Travis had this feature but you had to enable it through the website UI, so I don't think many people used it.

@jeff231li jeff231li merged commit 6b62737 into GilsonLabUCSD:master Nov 4, 2020
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 this pull request may close these issues.

Migrate to Github Actions
2 participants