diff --git a/README.md b/README.md index 38dc058..209a791 100644 --- a/README.md +++ b/README.md @@ -38,3 +38,6 @@ Time goes by, new tests are added and old ones are removed/renamed during develo `pytest-split` assumes average test execution time (calculated based on the stored information) for every test which does not have duration information stored. Thus, there's no need to store durations after changing the test suite. However, when there are major changes in the suite compared to what's stored in .test_durations, it's recommended to update the duration information with `--store-durations` to ensure that the splitting is in balance. + + +[**Demo with GitHub Actions**](https://github.com/jerry-git/pytest-split-gh-actions-demo)