We use Github Actions

Signed-off-by: Sebastian Haderecker <sebastian.haderecker@gmail.com>
This commit is contained in:
Sebastian Haderecker
2020-12-23 16:03:22 +00:00
parent c525df56fa
commit 6ef8ef1f15

View File

@@ -6,5 +6,5 @@ Please review the following before opening a pull request (PR) to help your PR g
* To ensure proper testing and quality control, target any code change pull requests against `dev` branch.
* Make sure the tests pass
* Take a look at [TESTING.md](TESTING.md) to see how to run tests locally so you do not have to push all your code to a PR and have travis-ci run it.
* Take a look at [TESTING.md](TESTING.md) to see how to run tests locally so you do not have to push all your code to a PR and have GitHub Actions run it.
* Your tests will probably run faster locally and you get a faster feedback loop.