diff --git a/README.md b/README.md index f8d86a1..af1a7dd 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,4 @@ # test-github-actions Testing GitHub Actions... + +This is just a test diff --git a/test.py b/test.py index c5e9881..24e6f64 100644 --- a/test.py +++ b/test.py @@ -1,6 +1,6 @@ import time def test(): - for i in range(10): + for i in range(30): assert(i == i) time.sleep(1)