From 8a6aac7771b8787dcab0fdb4d7b1589dc695361a Mon Sep 17 00:00:00 2001 From: Kenneth Hoste Date: Sun, 10 Nov 2019 17:01:04 +0100 Subject: [PATCH 1/5] update README --- README.md | 2 ++ 1 file changed, 2 insertions(+) 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 From 6ce8b09586f144e05c26f4fc6f208d21a763cdca Mon Sep 17 00:00:00 2001 From: Kenneth Hoste Date: Sun, 10 Nov 2019 17:24:20 +0100 Subject: [PATCH 2/5] longer test --- test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test.py b/test.py index c5e9881..4a62f42 100644 --- a/test.py +++ b/test.py @@ -1,6 +1,6 @@ import time def test(): - for i in range(10): + for i in range(15): assert(i == i) time.sleep(1) From 85d1a28d59bcbd705e63cb120411a5456d142a31 Mon Sep 17 00:00:00 2001 From: Kenneth Hoste Date: Sun, 10 Nov 2019 17:27:47 +0100 Subject: [PATCH 3/5] longer test --- test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test.py b/test.py index 4a62f42..e1ef321 100644 --- a/test.py +++ b/test.py @@ -1,6 +1,6 @@ import time def test(): - for i in range(15): + for i in range(20): assert(i == i) time.sleep(1) From d97900ad2215d420ef71bd4bb2f5100577749c99 Mon Sep 17 00:00:00 2001 From: Kenneth Hoste Date: Sun, 10 Nov 2019 17:37:10 +0100 Subject: [PATCH 4/5] longer test --- test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test.py b/test.py index e1ef321..6dae378 100644 --- a/test.py +++ b/test.py @@ -1,6 +1,6 @@ import time def test(): - for i in range(20): + for i in range(25): assert(i == i) time.sleep(1) From 529e6fc1365485341e35e817079e894322193f46 Mon Sep 17 00:00:00 2001 From: Kenneth Hoste Date: Sun, 10 Nov 2019 18:20:15 +0100 Subject: [PATCH 5/5] longer test --- test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test.py b/test.py index 6dae378..24e6f64 100644 --- a/test.py +++ b/test.py @@ -1,6 +1,6 @@ import time def test(): - for i in range(25): + for i in range(30): assert(i == i) time.sleep(1)