Skip to content

Added github actions#132

Merged
olwmc merged 57 commits intodev-1.0.0from
workflow
Feb 11, 2022
Merged

Added github actions#132
olwmc merged 57 commits intodev-1.0.0from
workflow

Conversation

@olwmc
Copy link
Copy Markdown
Collaborator

@olwmc olwmc commented Feb 11, 2022

This PR adds some basic github actions which effect the master and dev branches.

Action (1) On PR, the test suite is run before merging.
Action (2) On a merged PR or push to repo, the documentation is regenerated.

Github actions is a little complicated but very powerful. I imagine this will not be the first iteration of actions we use. I think the best way we can stress test these actions is to use them. This PR also adds a "requirements.txt" file. This is necessary for github actions to properly run our tests but also generally nice to have.

@olwmc olwmc closed this Feb 11, 2022
@olwmc olwmc reopened this Feb 11, 2022
@olwmc
Copy link
Copy Markdown
Collaborator Author

olwmc commented Feb 11, 2022

Seems to run the tests just fine! If this is merged, I would recommend using the "squash and merge" function. There's quite a lot of test commits here.

@olwmc olwmc linked an issue Feb 11, 2022 that may be closed by this pull request
@olwmc olwmc added this to the Release 1.0.0 milestone Feb 11, 2022
Copy link
Copy Markdown
Collaborator

@lutzhamel lutzhamel left a comment

Choose a reason for hiding this comment

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

Very cool!

@olwmc olwmc merged commit 50d7783 into dev-1.0.0 Feb 11, 2022
@olwmc olwmc deleted the workflow branch February 11, 2022 20:47
@olwmc olwmc removed this from the Release 1.0.0 milestone Feb 13, 2022
Copy link
Copy Markdown
Collaborator

@TimColaneri TimColaneri left a comment

Choose a reason for hiding this comment

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

Looks good!

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.

Test suite run before pull requests are merged

3 participants