Update README.md

This commit is contained in:
Fabio Manganiello 2021-02-25 10:38:14 +01:00
parent 6d11befea1
commit c77d1a15e5
1 changed files with 10 additions and 1 deletions

View File

@ -1,3 +1,12 @@
# Platypush CI
Continuous integration scripts for Platypush.
Continuous integration scripts for Platypush.
## Usage
To run the test suite on the latest master branch:
```shell
./bin/run_ci_tests.sh
```