From c77d1a15e5a308d721116ddfa4792982489f6789 Mon Sep 17 00:00:00 2001 From: Fabio Manganiello Date: Thu, 25 Feb 2021 10:38:14 +0100 Subject: [PATCH] Update README.md --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8e13bd0..e4998f6 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,12 @@ # Platypush CI -Continuous integration scripts for Platypush. \ No newline at end of file +Continuous integration scripts for Platypush. + +## Usage + +To run the test suite on the latest master branch: + +```shell +./bin/run_ci_tests.sh +``` +