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

e run tests with github actions #76

Merged

Conversation

tdpreece
Copy link
Contributor

@tdpreece tdpreece commented Oct 22, 2020

This commit will result in github Actions running the test suite on push and
pull requests. Tests are run across the same Python versions as the current
Travis CI config and are run on both ubuntu and macos. Tests on windows
failed but fixing up the Windows tests is for another day.

The .NET, C++ and Java libraries have started to use github actions for
various purposes. I think that it is worth trialing github actions
because:

  • deployments seem more configurable, which should make the path to automatic
    deployments of this package smoother (I can't see a way of deploying to
    test.pypi.org from Travis CI).
  • this test workflow has been configured to run on all pushes, which
    makes it easier for devs to test enhancements to the CI/CD process on
    their forks.

"GitHub Actions usage is free for public repositories" see
https://docs.github.com/en/free-pro-team@latest/github/setting-up-and-managing-billing-and-payments-on-github/about-billing-for-github-actions#about-billing-for-github-actions

@tdpreece tdpreece force-pushed the tdpreece/run-tests-with-gitlab-actions branch from 5b8a042 to 234f530 Compare November 7, 2020 16:47
This commit will result in github acitons running our test suite on push and
pull requests. Tests are run across the same Python versions as the current
Travis CI config and are run on both ubuntu and macos. Tests on windows
failed but fixing up the Windows tests is for another day.

The .NET, C++ and Java libraries have started to use github actions for
various purposes. I think that it is worth trialing github actions
because:

* deployments seem more configurable, which should make the path to automatic
  deployments of this package smoother (I can't see a way of deploying to
  test.pypi.org from Travis CI).
* this test workflow has been configured to run on all pushes, which
  makes it easier for devs to test enhancements to the CI/CD process on
  their forks.

"GitHub Actions usage is free for public repositories and self-hosted
runners." see
https://docs.github.com/en/free-pro-team@latest/github/setting-up-and-managing-billing-and-payments-on-github/about-billing-for-github-actions#about-billing-for-github-actions
@tdpreece tdpreece force-pushed the tdpreece/run-tests-with-gitlab-actions branch from 234f530 to 1622f9d Compare November 7, 2020 16:55
@tdpreece tdpreece merged commit 1e13be3 into approvals:master Nov 7, 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.

None yet

1 participant