PIC-IRIS / PH5

Library of PH5 clients, apis, and utilities
Other
15 stars 9 forks source link

Add github actions to workflow. #498

Closed timronan closed 2 years ago

timronan commented 2 years ago

Thank your for contributing to PH5

Before submitting a PR, please review the pull request guidelines: https://github.com/PIC-IRIS/PH5/blob/master/CONTRIBUTING.md#submitting-a-pull-request

What does this PR do?

This PR moves the CI/CD pipeline from Travis CI to Github Actions. All testing should remain consistent but the platform running the test will change.

Relevant Issues?

All PRs stuck because of lack of CI/CD pipeline.

Checklist

timronan commented 2 years ago

Once we merge this branch, I am going to remove our webhook into Travis CI and it will no longer run PH5 test. The Github actions testing platform should actually start working on all new commits when this branch is merged. There shouldn't be any additional configurations.